fix: apply ESLint rule vue/no-static-inline-styles

This commit is contained in:
iamsivin
2024-07-26 08:47:19 +05:30
parent f2946a8a3f
commit 7f520535dd
2 changed files with 7 additions and 1 deletions
@@ -394,7 +394,7 @@ export default {
name="widget-view-options"
:items="getWidgetViewOptions"
:action="handleWidgetViewChange"
:style="{ 'text-align': 'center' }"
class="text-center"
/>
<div v-if="isWidgetPreview" class="widget-preview">
<Widget