We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abc4de commit 887917dCopy full SHA for 887917d
1 file changed
src/x-759224-menu-builder-uic/components/alpha-menu-editor.js
@@ -16,24 +16,24 @@ const view = () => {
16
label="Action"
17
variant="primary"
18
size="md"
19
- icon=""
20
- tooltip-content=""
+ icon="circle-plus-outline"
+ tooltip-content="Add Action"
21
append-to-meta={{ elementId: "action" }}
22
></now-button>
23
<now-button
24
label="Menu"
25
26
27
28
+ tooltip-content="Add Menu"
29
append-to-meta={{ elementId: "menu" }}
30
31
32
label="Delete All"
33
variant="primary-negative"
34
35
36
+ icon="trash-outline"
+ tooltip-content="Delete All"
37
append-to-meta={{ elementId: "delete_all" }}
38
39
</div>
0 commit comments