diff --git a/web/src/components/snapshots/SnapshotStorageDestination.tsx b/web/src/components/snapshots/SnapshotStorageDestination.tsx index ba0ef68bda..2f4b4a4d86 100644 --- a/web/src/components/snapshots/SnapshotStorageDestination.tsx +++ b/web/src/components/snapshots/SnapshotStorageDestination.tsx @@ -164,8 +164,8 @@ type StoreMetadata = { azure?: undefined; other?: undefined; bucket?: string; - internal?: undefined; - fileSystem?: undefined; + internal?: boolean; + fileSystem?: string; path?: string; };