File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
src/pages/dashboard-editor-page Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @devtable/api" ,
3- "version" : " 10.42.1 " ,
3+ "version" : " 10.42.2 " ,
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.42.1 " ,
3+ "version" : " 10.42.2 " ,
44 "license" : " Apache-2.0" ,
55 "publishConfig" : {
66 "access" : " public" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @devtable/root" ,
3- "version" : " 10.42.1 " ,
3+ "version" : " 10.42.2 " ,
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.42.1 " ,
3+ "version" : " 10.42.2 " ,
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.42.1 " ,
5+ "version" : " 10.42.2 " ,
66 "scripts" : {
77 "dev" : " vite" ,
88 "preview" : " vite preview"
Original file line number Diff line number Diff line change @@ -61,12 +61,13 @@ export const DashboardEditorPageContent = observer(
6161 } ) ;
6262 await store . currentDetail ?. content . load ( ) ;
6363 } catch ( error ) {
64+ console . error ( error ) ;
6465 updateNotification ( {
6566 id : 'for-updating' ,
66- title : 'Successful ' ,
67+ title : 'Failed ' ,
6768 // @ts -expect-error type of error
6869 message : error . message ,
69- color : 'green ' ,
70+ color : 'red ' ,
7071 } ) ;
7172 }
7273 } ;
You can’t perform that action at this time.
0 commit comments