Skip to content

Commit 6d69c9d

Browse files
authored
Merge pull request #6341 from Countly/dm-table
[data-manager] Fix component attribute
2 parents c9ce719 + 75cd88f commit 6d69c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/data-manager/frontend/public/templates/events-default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<el-dropdown-item command="created" icon="cly-io cly-io-plus-circle">{{ i18n('data-manager.created') }}</el-dropdown-item>
155155
<el-dropdown-item command="blocked" icon="cly-io cly-io-x-circle">{{ i18n('data-manager.blocked') }}</el-dropdown-item>
156156
</cly-more-options>
157-
<cly-more-options size="small" :text=" i18n('data-manager.change-visibility') " type="default" icon="cly-io cly-io-eye bu-mr-2" widthSameAsTrigger="true" :showArrows=true @command="handleChangeVisibility($event, scope.diff)">
157+
<cly-more-options size="small" :text=" i18n('data-manager.change-visibility') " type="default" icon="cly-io cly-io-eye bu-mr-2" :widthSameAsTrigger="true" :showArrows=true @command="handleChangeVisibility($event, scope.diff)">
158158
<el-dropdown-item command="visible"><i class="cly-io cly-io-eye"></i>{{ i18n('data-manager.visible') }}</el-dropdown-item>
159159
<el-dropdown-item command="hidden"><i class="cly-io cly-io-eye-off"></i>{{ i18n('data-manager.hidden') }}</el-dropdown-item>
160160
</cly-more-options>
@@ -209,4 +209,4 @@
209209
</data-manager-manage-category>
210210
</template>
211211
</cly-form-dialog>
212-
</div>
212+
</div>

0 commit comments

Comments
 (0)