Fix linter
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
import styled from '@emotion/styled';
|
import styled from '@emotion/styled';
|
||||||
import { v4 } from 'uuid';
|
|
||||||
|
|
||||||
import { ObjectTable } from '@/metadata/components/ObjectTable';
|
import { ObjectTable } from '@/metadata/components/ObjectTable';
|
||||||
import { DataTableActionBar } from '@/ui/data/data-table/action-bar/components/DataTableActionBar';
|
import { DataTableActionBar } from '@/ui/data/data-table/action-bar/components/DataTableActionBar';
|
||||||
@ -25,9 +24,7 @@ export const ObjectTablePage = ({
|
|||||||
objectNameSingular: string;
|
objectNameSingular: string;
|
||||||
objectNamePlural: string;
|
objectNamePlural: string;
|
||||||
}) => {
|
}) => {
|
||||||
const handleAddButtonClick = async () => {
|
const handleAddButtonClick = async () => {};
|
||||||
const newCompanyId: string = v4();
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PageContainer>
|
<PageContainer>
|
||||||
|
|||||||
Reference in New Issue
Block a user