@antscorp/antsomi-ui 1.3.5-beta.498 → 1.3.5-beta.499

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,8 +45,6 @@ export const Layout = memo(props => {
45
45
  const { token, userId, portalId } = auth || {};
46
46
  const leftMenu = useLayoutStore(store => store.state.leftMenu);
47
47
  const header = useLayoutStore(store => store.state.header);
48
- const setHeaderState = useLayoutStore(store => store.setHeaderState);
49
- setHeaderState({ browserTitle: '' });
50
48
  const contentWrapper = useLayoutStore(store => store.state.contentWrapper);
51
49
  const workspace = useLayoutStore(store => store.state.workspace);
52
50
  const [showAccountSelection, setShowAccountSelection] = useState(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.498",
3
+ "version": "1.3.5-beta.499",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",