Skip to content

Commit

Permalink
storage: missed one default point
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Oct 23, 2023
1 parent e28d104 commit 0836413
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/src/state/storage/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const useStorage = createState<BaseStorageState>(
buckets: new Set(),
currentBucket: '',
region: '',
presignedUrl: '',
presignedUrl: hostingUploadURL,
service: 'credentials',
},
credentials: null,
Expand Down Expand Up @@ -70,5 +70,3 @@ export const useStorage = createState<BaseStorageState>(
),
]
);

window.useStorage = useStorage;

0 comments on commit 0836413

Please sign in to comment.