chore: fix return

This commit is contained in:
Aman Harwara
2023-01-18 23:45:06 +05:30
parent 3c869fe693
commit 10765ac618

View File

@@ -303,6 +303,8 @@ const ContentTableView = ({
sortReverse: sortReversed,
},
})
return
}
await application.mutator.changeAndSaveItem<TagMutator>(selectedTag, (mutator) => {