chore: remove unnecessary
This commit is contained in:
parent
a9d1e90d15
commit
eca5430f27
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ function submit() {
|
|||
file: file.value,
|
||||
title: props.title ?? '',
|
||||
description: props.description ?? '',
|
||||
keyword: props.keyword ?? '',
|
||||
category: props.category ?? '',
|
||||
keyword: props.keyword,
|
||||
category: props.category,
|
||||
})
|
||||
emit('update:open', !open), reset()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue