Fix subaction label
This commit is contained in:
@@ -71,7 +71,7 @@ class ActionsMenu {
|
|||||||
this.executeAction(subaction, extension, parentAction);
|
this.executeAction(subaction, extension, parentAction);
|
||||||
$event.stopPropagation();
|
$event.stopPropagation();
|
||||||
},
|
},
|
||||||
title: subaction.label,
|
label: subaction.label,
|
||||||
subtitle: subaction.desc,
|
subtitle: subaction.desc,
|
||||||
spinnerClass: subaction.running ? 'info' : null
|
spinnerClass: subaction.running ? 'info' : null
|
||||||
}
|
}
|
||||||
|
|||||||
16768
package-lock.json
generated
16768
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -37,7 +37,7 @@
|
|||||||
"karma-jasmine": "^1.1.0",
|
"karma-jasmine": "^1.1.0",
|
||||||
"karma-phantomjs-launcher": "^1.0.2",
|
"karma-phantomjs-launcher": "^1.0.2",
|
||||||
"sn-stylekit": "1.0.15",
|
"sn-stylekit": "1.0.15",
|
||||||
"standard-file-js": "file:~/Desktop/sf/sfjs"
|
"standard-file-js": "0.3.0"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0"
|
"license": "GPL-3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user