mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
fix(api): shift section field to first
This commit is contained in:
parent
0faac569e8
commit
8584041ba4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export default defineEventHandler(async (event) => {
|
||||||
]
|
]
|
||||||
|
|
||||||
if (heading) {
|
if (heading) {
|
||||||
fields.push({
|
fields.unshift({
|
||||||
name: 'Section',
|
name: 'Section',
|
||||||
value: heading,
|
value: heading,
|
||||||
inline: true
|
inline: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue