Skip to content

Commit e1ac338

Browse files
committed
Fix build
1 parent ff94d2b commit e1ac338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-browser/src/components/NewInstanceButton/useDefaultNewInstanceHandler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function useDefaultNewInstanceHandler(klass: string, parent?: string) {
9999
}
100100
}
101101
} catch (e) {
102-
store.handleError(e);
102+
store.notifyError(e);
103103
}
104104
}, [klass, store, parent, createResourceAndNavigate]);
105105

0 commit comments

Comments
 (0)