Skip to content

Commit

Permalink
fix(api): conditionName typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushusir committed Oct 11, 2023
1 parent a8a259b commit 418a210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -3889,7 +3889,7 @@ export function setRangeConditionalFormatDefault(conditionName, conditionValue,
else if(conditionName == 'regExp') {
conditionValue2.push(...conditionValue);
}
else if(condtionName == 'sort') {
else if(conditionName == 'sort') {
conditionValue2.push(...conditionValue);
}

Expand Down

0 comments on commit 418a210

Please sign in to comment.