fix(api): shift section field to first

This commit is contained in:
taskylizard 2024-08-26 16:10:33 +00:00
parent 0faac569e8
commit 8584041ba4
No known key found for this signature in database
GPG key ID: 1820131ED1A24120

View file

@ -25,7 +25,7 @@ export default defineEventHandler(async (event) => {
]
if (heading) {
fields.push({
fields.unshift({
name: 'Section',
value: heading,
inline: true