Dashboard graph Y-axis width should increase with label. #5929

This commit is contained in:
Aditya Toshniwal
2023-03-14 11:04:08 +05:30
committed by GitHub
parent e32019882e
commit f72f4aa359
3 changed files with 14 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ export function getNodeView(nodeType, treeNodeInfo, actionType, itemNodeData, fo
resolve(res.data);
onSave && onSave(res.data);
}).catch((err)=>{
Notify.pgNotifier('error', err, '', function(msg) {
Notify.pgNotifier('error-noalert', err, '', function(msg) {
if (msg == 'CRYPTKEY_SET') {
return Promise.resolve(onSaveClick(isNew, data));
} else if (msg == 'CRYPTKEY_NOT_SET') {