mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-08 15:06:08 +02:00
Fixed incorrect params to create/update categroy component (#3910)
This commit is contained in:
parent
fe010b3b40
commit
42855dfc53
@ -348,6 +348,8 @@ const SidebarCategory = (props: Props) => {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
onClose={() => setShowUpdateCategoryModal(false)}
|
onClose={() => setShowUpdateCategoryModal(false)}
|
||||||
|
boardCategoryId={props.categoryBoards.id}
|
||||||
|
renameModal={true}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user