mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 23:32:17 +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) {
|
||||
fields.push({
|
||||
fields.unshift({
|
||||
name: 'Section',
|
||||
value: heading,
|
||||
inline: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue