mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(explore): wrong error message in conditional formatting (#15732)
This commit is contained in:
committed by
GitHub
parent
fe68e45f52
commit
71924eb40b
@@ -102,9 +102,7 @@ export const FormattingPopoverContent = ({
|
||||
return Promise.resolve();
|
||||
}
|
||||
return Promise.reject(
|
||||
new Error(
|
||||
t('This value should be smaller than the right target value'),
|
||||
),
|
||||
new Error(t('This value should be greater than the left target value')),
|
||||
);
|
||||
},
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user