mirror of
https://github.com/sasjs/server.git
synced 2026-01-05 22:00:05 +00:00
fix(web): click to copy + notification
This commit is contained in:
@@ -24,7 +24,9 @@ const Header = (props: any) => {
|
||||
const history = useHistory()
|
||||
const { pathname } = useLocation()
|
||||
const appContext = useContext(AppContext)
|
||||
const [tabValue, setTabValue] = useState(pathname)
|
||||
const [tabValue, setTabValue] = useState(
|
||||
pathname === '/SASjsLogon' ? '/' : pathname
|
||||
)
|
||||
const [anchorEl, setAnchorEl] = useState<
|
||||
(EventTarget & HTMLButtonElement) | null
|
||||
>(null)
|
||||
|
||||
Reference in New Issue
Block a user