mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
all charts getting deleted when some other component is deleted because of undefined values in diff (#10397)
This commit is contained in:
parent
e1208343bb
commit
13b2832c8c
1 changed files with 3 additions and 3 deletions
|
|
@ -179,9 +179,9 @@ export const chartConfig = {
|
|||
},
|
||||
exposedVariables: {
|
||||
show: null,
|
||||
chartTitle: undefined,
|
||||
xAxisTitle: undefined,
|
||||
yAxisTitle: undefined,
|
||||
chartTitle: null,
|
||||
xAxisTitle: null,
|
||||
yAxisTitle: null,
|
||||
clickedDataPoint: {},
|
||||
},
|
||||
definition: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue