Skip to content

Commit

Permalink
fix(cf): fix ref range
Browse files Browse the repository at this point in the history
  • Loading branch information
wpxp123456 authored and wpxp123456 committed Dec 30, 2024
1 parent 57ff89f commit 065ba0e
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,7 @@ export class SheetsCfRefRangeController extends Disposable {
return { redos: [], undos: [] };
}

const redoParams: ISetConditionalRuleMutationParams & {
payload: {
newFormulaString: string;
type: CFRuleType;
valueTypeOrIndex?: string | number;
};
} = {
const redoParams: ISetConditionalRuleMutationParamsRedo = {
unitId,
subUnitId,
rule,
Expand Down

0 comments on commit 065ba0e

Please sign in to comment.