Skip to content

Commit

Permalink
fix(settings): apps list loading classes
Browse files Browse the repository at this point in the history
- fix setting loading classes
- also removes invalid HTML attributes, there is no such props in `NcContent`

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Oct 23, 2023
1 parent 99876aa commit 1f9caca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/settings/src/views/Apps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@

<template>
<NcContent app-name="settings"
:class="{ 'with-app-sidebar': app}"
:content-class="{ 'icon-loading': loadingList }"
:navigation-class="{ 'icon-loading': loading }">
:class="{ 'with-app-sidebar': app}">
<!-- Categories & filters -->
<NcAppNavigation>
<NcAppNavigation :class="{ 'icon-loading': loading }">
<template #list>
<NcAppNavigationItem id="app-category-your-apps"
:to="{ name: 'apps' }"
Expand Down

0 comments on commit 1f9caca

Please sign in to comment.