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',
|
name: 'timeSensitive',
|
||||||
type: 'select',
|
type: 'checkbox',
|
||||||
options: [
|
|
||||||
{
|
|
||||||
label: 'Yes',
|
|
||||||
value: 'yes',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'No',
|
|
||||||
value: 'no',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'status', // required
|
name: 'status', // required
|
||||||
|
Loading…
x
Reference in New Issue
Block a user