mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
Fix posts form bug with missing status options
This commit is contained in:
parent
8d2a54e4cb
commit
a815dca0a2
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ const schema = {
|
|||
},
|
||||
form: {
|
||||
noselect: true,
|
||||
options: Posts.statuses,
|
||||
options: () => Posts.statuses,
|
||||
group: 'admin'
|
||||
},
|
||||
group: formGroups.admin
|
||||
|
|
Loading…
Add table
Reference in a new issue