fix: tableActionColumnInitializers

This commit is contained in:
katherinehhh 2023-03-17 10:09:24 +08:00
parent 6e7dc3d499
commit 5478a0d0c7

View File

@ -6,7 +6,6 @@ import { SchemaInitializer, SchemaSettings } from '../..';
import { useAPIClient } from '../../api-client';
import { useCollection } from '../../collection-manager';
import { createDesignable, useDesignable } from '../../schema-component';
import { useCollection } from '../../collection-manager';
export const Resizable = (props) => {
const { t } = useTranslation();