chore: fix linking input
This commit is contained in:
@@ -49,6 +49,7 @@ const ItemLinkAutocompleteInput = ({
|
||||
event.preventDefault()
|
||||
if (searchQuery !== '') {
|
||||
await createAndAddNewTag(searchQuery)
|
||||
combobox.setValue('')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user