fix: apply ESLint rule vue/component-name-in-template-casing
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
||||
:key="index"
|
||||
class="dashboard-app--list"
|
||||
>
|
||||
<loading-state
|
||||
<LoadingState
|
||||
v-if="iframeLoading"
|
||||
:message="$t('DASHBOARD_APPS.LOADING_MESSAGE')"
|
||||
class="dashboard-app_loading-container"
|
||||
|
||||
Reference in New Issue
Block a user