This commit is contained in:
Gykes 2026-04-22 23:45:36 -07:00
parent a6d6613f09
commit 80dc38bc6f
2 changed files with 2 additions and 2 deletions

View file

@ -87,4 +87,4 @@ export const AutoTagConfirmDialog: React.FC<IAutoTagConfirmDialog> = ({
/>
</ModalComponent>
);
};
};

View file

@ -14,4 +14,4 @@ export function useAutoTagTrigger(
}
onOpenConfirm();
};
}
}