Skip to content

Commit

Permalink
chore(html): tabStrip scrollButtonsPosition is replaced with scrollBu…
Browse files Browse the repository at this point in the history
…ttons
  • Loading branch information
inikolova committed Dec 20, 2024
1 parent 7603ff8 commit f81175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html/src/spreadsheet/spreadsheet-sheets-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const SpreadsheetSheetsBar = (
tabStripItems={tabStripItems}
position="bottom"
scrollable
scrollButtonsPosition="end" />
scrollButtons="end" />
</div>
);
};
Expand Down

0 comments on commit f81175b

Please sign in to comment.