Skip to content

Commit

Permalink
fix store metadata type
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jul 12, 2024
1 parent f7f2486 commit e7559fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/snapshots/SnapshotStorageDestination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ type StoreMetadata = {
azure?: undefined;
other?: undefined;
bucket?: string;
internal?: undefined;
fileSystem?: undefined;
internal?: boolean;
fileSystem?: string;
path?: string;
};

Expand Down

0 comments on commit e7559fa

Please sign in to comment.