Skip to content

Commit a04d87b

Browse files
committed
PrivilegedAction: Use Tooltip component
1 parent 8f7d665 commit a04d87b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/privileged-action.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<fieldset data-test-placeholder-fieldset disabled="disabled">
1313
{{yield}}
1414
</fieldset>
15-
<EmberTooltip>
15+
<Tooltip>
1616
You must enable admin actions before you can perform this operation.
17-
</EmberTooltip>
17+
</Tooltip>
1818
</div>
1919
{{/if}}
2020
{{else}}

0 commit comments

Comments
 (0)