Skip to content

Commit 21b3c7e

Browse files
author
yingying.xwy
committed
chore: fix lint
1 parent 3de4148 commit 21b3c7e

File tree

1 file changed

+1
-1
lines changed
  • packages/s2-react/src/components/sheets/strategy-sheet

1 file changed

+1
-1
lines changed

packages/s2-react/src/components/sheets/strategy-sheet/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const StrategySheet: React.FC<SheetComponentsProps> = React.memo(
6060
const { options, ...restProps } = props;
6161
const s2Ref = React.useRef<SpreadSheet>();
6262
const s2Options = React.useMemo(() => {
63-
return customMerge({}, options, getStrategySheetOptions(props));
63+
return customMerge({}, options, getStrategySheetOptions());
6464
}, [options, props]);
6565

6666
return (

0 commit comments

Comments
 (0)