Change timeSensitive to bool
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a74de768ac
commit
0d646c5d6b
@ -40,17 +40,7 @@ const Dispatches: CollectionConfig = {
|
||||
},
|
||||
{
|
||||
name: 'timeSensitive',
|
||||
type: 'select',
|
||||
options: [
|
||||
{
|
||||
label: 'Yes',
|
||||
value: 'yes',
|
||||
},
|
||||
{
|
||||
label: 'No',
|
||||
value: 'no',
|
||||
},
|
||||
],
|
||||
type: 'checkbox',
|
||||
},
|
||||
{
|
||||
name: 'status', // required
|
||||
|
Loading…
Reference in New Issue
Block a user