mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
@@ -5,11 +5,11 @@
|
||||
import { ContextMenuButton, TableCell, TableRow } from '@immich/ui';
|
||||
import { t } from 'svelte-i18n';
|
||||
|
||||
interface Props {
|
||||
type Props = {
|
||||
id: string;
|
||||
path: string;
|
||||
reportType: IntegrityReportType;
|
||||
}
|
||||
};
|
||||
|
||||
let { id, path, reportType }: Props = $props();
|
||||
let deleting = $state(false);
|
||||
|
||||
Reference in New Issue
Block a user