Skip to content

Commit

Permalink
remove uneeded prop pased to variation tab view
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Nov 5, 2024
1 parent b53ac3a commit 2679154
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ const Edit = (props) => {
tabsData={tabsData}
tabsList={tabsList}
node={view}
variation={variation}
onChangeTabData={onChangeTabData}
onSelectBlock={onSelectBlock}
setActiveBlock={setActiveBlock}
Expand Down
1 change: 0 additions & 1 deletion src/components/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const View = (props) => {
tabData={tabData}
tabsData={tabsData}
tabsList={tabsList}
variation={variation}
uiContainer={uiContainer}
setActiveTab={handleActiveTabChange}
/>
Expand Down

0 comments on commit 2679154

Please sign in to comment.