Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskaber committed Mar 21, 2024
1 parent ebd4ef2 commit e75fad0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const useInitData = ({
setIsInitialized(true);
setIsLoggedIn(true);
});
}, [config, store, store.dispatch]);
}, [config, store]);

return {
isLoggedIn,
Expand Down
24 changes: 0 additions & 24 deletions frontend/src/metabase/css/core/base-sdk.module.css

This file was deleted.

28 changes: 0 additions & 28 deletions frontend/src/metabase/css/core/index-sdk.css

This file was deleted.

2 changes: 1 addition & 1 deletion webpack.embedding-sdk.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module.exports = env => {
"metabase-types": TYPES_SRC_PATH,
cljs: isDevMode ? CLJS_SRC_PATH_DEV : CLJS_SRC_PATH,

style: SRC_PATH + "/css/core/index-sdk",
style: SRC_PATH + "/css/core/index",

ace: __dirname + "/node_modules/ace-builds/src-noconflict",

Expand Down

0 comments on commit e75fad0

Please sign in to comment.