Skip to content

Commit

Permalink
Fixing the typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatsiiako committed Jan 7, 2023
1 parent 17133cd commit 88ca056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/dashboard/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import {
} from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { Menu, Transition } from '@headlessui/react';
import { Document, YAMLSeq } from 'yaml';
import getProjectSercetSnapshotsCount from 'ee/api/secrets/GetProjectSercetSnapshotsCount';
import PITRecoverySidebar from 'ee/components/PITRecoverySidebar';
import { Document, YAMLSeq } from 'yaml';

import Button from '~/components/basic/buttons/Button';
import ListBox from '~/components/basic/Listbox';
Expand Down Expand Up @@ -673,7 +673,7 @@ export default function Dashboard() {
: faArrowDownZA
}
/>
</div>
</div>}
{!snapshotData && <div className="ml-2 min-w-max flex flex-row items-start justify-start">
<Menu
as="div"
Expand Down

0 comments on commit 88ca056

Please sign in to comment.