We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0541b commit 9624cbbCopy full SHA for 9624cbb
1 file changed
applications/dknet/frontend/src/components/Header.tsx
@@ -52,6 +52,7 @@ const Header = () => {
52
setContext({
53
...context,
54
currentView: 'launch',
55
+ showAll: false,
56
filterValues: resetFilters(context.filters)
57
});
58
}, [context, setContext]);
0 commit comments