We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5192da commit fea8cc0Copy full SHA for fea8cc0
src/x-759224-menu-builder-uic/components/menu-editor.js
@@ -3,6 +3,8 @@ import snabbdom, { Fragment } from "@servicenow/ui-renderer-snabbdom";
3
import styles from "../styles/menu-editor.scss";
4
import "@servicenow/now-split-button";
5
6
+// File description: This is similar to the alpha-menu-editor, but this creates sub-level menu items or actions for an existing menu item.
7
+
8
const view = () => {
9
return (
10
<Fragment>
0 commit comments