mirror of
https://github.com/fmhy/edit.git
synced 2026-01-20 06:53:57 +00:00
fix(api): shift section field to first
This commit is contained in:
@@ -25,7 +25,7 @@ export default defineEventHandler(async (event) => {
|
||||
]
|
||||
|
||||
if (heading) {
|
||||
fields.push({
|
||||
fields.unshift({
|
||||
name: 'Section',
|
||||
value: heading,
|
||||
inline: true
|
||||
|
||||
Reference in New Issue
Block a user