We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 045678d + d56582e commit 9644eecCopy full SHA for 9644eec
plugins/dashboards/frontend/public/templates/widget.html
@@ -32,7 +32,7 @@
32
<widget-invalid v-else-if="!loading && isWidgetInvalid(widget)" :widget="widget">
33
<template v-slot:action v-if="canUpdateGrid && settings.isAllowed">
34
<div class="bu-level-item">
35
- <cly-more-options @command="$emit('command', $event, widget)
+ <cly-more-options @command="$emit('command', $event, widget)">
36
<el-dropdown-item command="edit">{{i18n('common.edit')}}</el-dropdown-item>
37
<el-dropdown-item command="delete">{{i18n('common.delete')}}</el-dropdown-item>
38
</cly-more-options>
0 commit comments