Updated tabs in visits section to be sticky

This commit is contained in:
Alejandro Celaya
2020-12-12 21:05:54 +01:00
parent c74355e363
commit 6090f97347
6 changed files with 12 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ export const EditServer = (ServerError: FC) => withSelectedServer<EditServerProp
return (
<NoMenuLayout>
<ServerForm
title={<h5 className="mb-0">Edit "{selectedServer.name}"</h5>}
title={<h5 className="mb-0">Edit &quot;{selectedServer.name}&quot;</h5>}
initialValues={selectedServer}
onSubmit={handleSubmit}
>

View File

@@ -9,9 +9,9 @@ import { ShortUrlsTableProps } from '../short-urls/ShortUrlsTable';
import { boundToMercureHub } from '../mercure/helpers/boundToMercureHub';
import { CreateShortUrlProps } from '../short-urls/CreateShortUrl';
import { VisitsOverview } from '../visits/reducers/visitsOverview';
import { Versions } from '../utils/helpers/version';
import { isServerWithId, SelectedServer } from './data';
import './Overview.scss';
import { Versions } from '../utils/helpers/version';
interface OverviewConnectProps {
shortUrlsList: ShortUrlsListState;