diff --git a/mapping_workbench/frontend/src/pages/app/shacl-test-suites/index.js b/mapping_workbench/frontend/src/pages/app/shacl-test-suites/index.js index e02b5181..d2754f61 100644 --- a/mapping_workbench/frontend/src/pages/app/shacl-test-suites/index.js +++ b/mapping_workbench/frontend/src/pages/app/shacl-test-suites/index.js @@ -17,6 +17,7 @@ import {TableSearchBar} from "src/sections/components/table-search-bar"; import {shaclTestSuitesApi as sectionApi} from 'src/api/shacl-test-suites'; import {FileCollectionListTable} from 'src/sections/app/file-manager/file-collection-list-table'; import {shaclTestFileResourcesApi as fileResourceApi} from 'src/api/shacl-test-suites/file-resources' +import {NavigationTabsWrapper} from '../../../components/navigation-tabs-wrapper'; const useItemsStore = () => { const [state, setState] = useState({ @@ -57,8 +58,11 @@ const Page = () => { return ( <> - + + + { const [state, setState] = useState({ @@ -56,8 +57,11 @@ const Page = () => { return ( <> - + + + { const uploadDialog = useDialog(); @@ -43,8 +44,11 @@ const Page = () => { return ( <> - + + + { const [state, setState] = useState({ @@ -59,8 +60,11 @@ const Page = () => { return ( <> - + + +