mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
refactor(crop): remove commented-out code in CropSettings component
This commit is contained in:
@@ -158,7 +158,6 @@ const CropSettings = ({ parameters, disabled = false }: CropSettingsProps) => {
|
||||
|
||||
return (
|
||||
<Stack gap="md" data-tour="crop-settings">
|
||||
{/* Pages to crop */}
|
||||
<CropPageSelection
|
||||
value={parameters.parameters.pageNumbers}
|
||||
onChange={(value) => parameters.updateParameter("pageNumbers", value)}
|
||||
|
||||
Reference in New Issue
Block a user