From 101a18cd41f53b62c77d16442db955855f1f2703 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Thu, 18 Apr 2024 07:32:48 +0100 Subject: feat: hide all services workspace (#1713) * feat: hide all services workspace * fix: change from 'show' to 'hide' --- src/containers/layout/AppLayoutContainer.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/containers/layout/AppLayoutContainer.tsx') diff --git a/src/containers/layout/AppLayoutContainer.tsx b/src/containers/layout/AppLayoutContainer.tsx index 3f8aad0ac..b18aa4690 100644 --- a/src/containers/layout/AppLayoutContainer.tsx +++ b/src/containers/layout/AppLayoutContainer.tsx @@ -80,6 +80,8 @@ class AppLayoutContainer extends Component { ? workspaceStore.getWorkspaceServices(workspace).map(s => s.name) : services.all.map(s => s.name) } + stores={this.props.stores} + actions={this.props.actions} /> ); -- cgit v1.2.3-54-g00ecf