Skip to content

Commit

Permalink
Removing empty function
Browse files Browse the repository at this point in the history
  • Loading branch information
Daphne210 committed Nov 28, 2023
1 parent 5bfc18c commit 65337ee
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ export function useGetSavedDashboards() {
cols={1}
rowHeight={5}
width={1200}
onDragStart={() => {}}
onDragStart={() => {
// This is an empty function
}}
>
{dashboardItem?.items?.map((item, index) =>
pivotRender(item, index, keysArray)
Expand Down

0 comments on commit 65337ee

Please sign in to comment.