1
0
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:
Harshil Sharma 2022-10-04 16:39:27 +05:30 committed by GitHub
parent fe010b3b40
commit 42855dfc53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,6 +348,8 @@ const SidebarCategory = (props: Props) => {
/>
)}
onClose={() => setShowUpdateCategoryModal(false)}
boardCategoryId={props.categoryBoards.id}
renameModal={true}
/>
)
}