Skip to content

Commit 150a212

Browse files
wpxp123456wpxp123456
authored andcommitted
fix(cf): fix ref range
1 parent 18b669b commit 150a212

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/sheets-conditional-formatting-ui/src/controllers/cf.ref-range.controller.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,7 @@ export class SheetsCfRefRangeController extends Disposable {
235235
return { redos: [], undos: [] };
236236
}
237237

238-
const redoParams: ISetConditionalRuleMutationParams & {
239-
payload: {
240-
newFormulaString: string;
241-
type: CFRuleType;
242-
valueTypeOrIndex?: string | number;
243-
};
244-
} = {
238+
const redoParams: ISetConditionalRuleMutationParamsRedo = {
245239
unitId,
246240
subUnitId,
247241
rule,

0 commit comments

Comments
 (0)