(cherry picked from commit f0f3134cb1)
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
This commit is contained in:
co-authored by
Piotr Jamróz
parent
66dfe9386a
commit
ae17f58a37
@@ -141,7 +141,7 @@ const getExistingDisplayNames = (rule: SystemConfigOverrideRule): string[] => {
|
||||
if (!Array.isArray(names)) {
|
||||
return [];
|
||||
}
|
||||
return names;
|
||||
return [...names];
|
||||
};
|
||||
|
||||
const allFieldsAreExcluded = (override: SystemConfigOverrideRule, data: DataFrame[]): boolean => {
|
||||
|
||||
Reference in New Issue
Block a user