Skip to content

Commit

Permalink
optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwenxuan authored and zhouwenxuan committed Nov 6, 2024
1 parent c68e45d commit abd4fdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/metadata/views/kanban/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import AddList from './add-list';
import EmptyTip from '../../../components/empty-tip';

import './index.css';
import { checkIsPrivateColumn } from '../../utils/column';

const Kanban = () => {
const [isSettingPanelOpen, setSettingPanelOpen] = useState(false);
Expand Down

0 comments on commit abd4fdc

Please sign in to comment.