kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
8c79a166ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/components/Page/TagLabels.tsx

+ 1 - 1
packages/app/src/components/Page/TagLabels.tsx

@@ -6,7 +6,7 @@ import TagEditModal from './TagEditModal';
 type Props = {
   tags?: string[],
   isGuestUser: boolean,
-  tagsUpdateInvoked?: (tags: string[]) => Promise<void>,
+  tagsUpdateInvoked?: (tags: string[]) => Promise<void> | void,
 }