Skip to content

Commit

Permalink
meta: storage-store --> storage mark rename
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Miller <[email protected]>
  • Loading branch information
tomholford and arthyn authored Jun 8, 2023
1 parent 9fc8adb commit 8d70226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/state/storage/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const useStorage = createState<BaseStorageState>(
{},
[
(set, get) =>
createSubscription('storage-store', '/all', (e) => {
createSubscription('storage', '/all', (e) => {
const data = _.get(e, 'storage-update', false);
if (data) {
reduceStateN(get(), data, reduce);
Expand Down

0 comments on commit 8d70226

Please sign in to comment.