Fix: Table / Board createView bug (#1782)

* fix createView for tables and board page

* removed residual console.log from InlineCell component
This commit is contained in:
Ayush Agrawal
2023-10-02 20:53:30 +05:30
committed by GitHub
parent d3b39cad97
commit 965a6b7c57
5 changed files with 10 additions and 3 deletions

View File

@ -109,7 +109,6 @@ export const BoardHeader = ({ className, onStageAdd }: BoardHeaderProps) => {
onCurrentViewSubmit: handleCurrentViewSubmit,
onViewBarReset: handleViewBarReset,
onViewSelect: handleViewSelect,
onViewCreate: (view) => setSearchParams({ view: view.id }),
}}
>
<ViewBar