File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
src/dashboard-editor/ui/settings/content/edit-panel Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @devtable/api" ,
3- "version" : " 14.58.10 " ,
3+ "version" : " 14.58.11 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @devtable/dashboard" ,
3- "version" : " 14.58.10 " ,
3+ "version" : " 14.58.11 " ,
44 "license" : " Apache-2.0" ,
55 "repository" : {
66 "url" : " https://github.com/merico-dev/table"
Original file line number Diff line number Diff line change @@ -181,9 +181,11 @@ export const PanelEditor = observer(({ panel }: { panel: PanelModelInstance }) =
181181 </ Tabs . Panel >
182182
183183 < Tabs . Panel value = "Variables" >
184- < WithPreview >
185- < VariablesEditor />
186- </ WithPreview >
184+ < ErrorBoundary >
185+ < WithPreview >
186+ < VariablesEditor />
187+ </ WithPreview >
188+ </ ErrorBoundary >
187189 </ Tabs . Panel >
188190
189191 < Tabs . Panel value = "Visualization" >
Original file line number Diff line number Diff line change 11{
22 "name" : " @devtable/settings-form" ,
3- "version" : " 14.58.10 " ,
3+ "version" : " 14.58.11 " ,
44 "license" : " Apache-2.0" ,
55 "repository" : {
66 "url" : " https://github.com/merico-dev/table"
You can’t perform that action at this time.
0 commit comments