mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 17:25:01 +03:00
ref: Remove board types, refactoring
This commit is contained in:
@@ -46,7 +46,6 @@ const AddStep = React.memo(({ onCreate, onClose }) => {
|
||||
const handleSubmit = useCallback(() => {
|
||||
const cleanData = {
|
||||
...data,
|
||||
type: 'kanban',
|
||||
name: data.name.trim(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user