mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add async
This commit is contained in:
parent
ad921fdff2
commit
3c7dbc995c
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ export function ArticleActionsMenu(
|
|||
onLabelsUpdated={(labels: Label[]) => {
|
||||
props.articleActionHandler('refreshLabels', labels)
|
||||
}}
|
||||
save={(labels: Label[]) => {
|
||||
save={async (labels: Label[]) => {
|
||||
if (props.article?.id) {
|
||||
const result =
|
||||
(await setLabelsMutation(
|
||||
|
|
|
|||
Loading…
Reference in a new issue