File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed
src/dashboard-editor/model/panels Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @devtable/api" ,
3- "version" : " 10.44.3 " ,
3+ "version" : " 10.44.4 " ,
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" : " 10.44.3 " ,
3+ "version" : " 10.44.4 " ,
44 "license" : " Apache-2.0" ,
55 "publishConfig" : {
66 "access" : " public" ,
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ export const PanelsModel = types
7272 self . list . push ( {
7373 ...base . json ,
7474 id : newID ,
75+ title : {
76+ ...base . json . title ,
77+ } ,
7578 layout : {
7679 ...base . layout ,
7780 y : Infinity ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @devtable/root" ,
3- "version" : " 10.44.3 " ,
3+ "version" : " 10.44.4 " ,
44 "private" : true ,
55 "workspaces" : [
66 " api" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @devtable/settings-form" ,
3- "version" : " 10.44.3 " ,
3+ "version" : " 10.44.4 " ,
44 "license" : " Apache-2.0" ,
55 "publishConfig" : {
66 "access" : " public" ,
Original file line number Diff line number Diff line change 22 "name" : " @devtable/website" ,
33 "private" : true ,
44 "license" : " Apache-2.0" ,
5- "version" : " 10.44.3 " ,
5+ "version" : " 10.44.4 " ,
66 "scripts" : {
77 "dev" : " vite" ,
88 "preview" : " vite preview"
You can’t perform that action at this time.
0 commit comments