Skip to content

Commit 9644eec

Browse files
authored
Merge pull request #5585 from Countly/Cookiezaurs-patch-14
Update widget.html
2 parents 045678d + d56582e commit 9644eec

File tree

1 file changed

+1
-1
lines changed
  • plugins/dashboards/frontend/public/templates

1 file changed

+1
-1
lines changed

plugins/dashboards/frontend/public/templates/widget.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<widget-invalid v-else-if="!loading && isWidgetInvalid(widget)" :widget="widget">
3333
<template v-slot:action v-if="canUpdateGrid && settings.isAllowed">
3434
<div class="bu-level-item">
35-
<cly-more-options @command="$emit('command', $event, widget)
35+
<cly-more-options @command="$emit('command', $event, widget)">
3636
<el-dropdown-item command="edit">{{i18n('common.edit')}}</el-dropdown-item>
3737
<el-dropdown-item command="delete">{{i18n('common.delete')}}</el-dropdown-item>
3838
</cly-more-options>

0 commit comments

Comments
 (0)