1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-07 06:30:06 +00:00

fix: remove drive component

This commit is contained in:
2022-07-20 23:53:42 +05:00
parent 7010a6a120
commit 06d7c91fc3
5 changed files with 0 additions and 387 deletions

View File

@@ -83,12 +83,6 @@ const Header = (props: any) => {
onChange={handleTabChange}
>
<Tab label="Home" value="/" to="/" component={Link} />
<Tab
label="Drive"
value="/SASjsDrive"
to="/SASjsDrive"
component={Link}
/>
<Tab
label="Studio"
value="/SASjsStudio"