Skip to content

Commit 320e5d2

Browse files
ShGKmesusnux
authored andcommitted
refactor(NcAppContent): rename NcAppDetailsContent to NcAppContentDetailsToggle
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent 7fb1b4c commit 320e5d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/NcAppContent/NcAppContent.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default {
105105
'app-content-wrapper--show-details': showDetails,
106106
'app-content-wrapper--show-list': !showDetails,
107107
'app-content-wrapper--mobile': isMobile,}">
108-
<NcAppDetailsToggle v-if="showDetails" @click.native.stop.prevent="hideDetails" />
108+
<NcAppContentDetailsToggle v-if="showDetails" @click.native.stop.prevent="hideDetails" />
109109

110110
<div v-show="!showDetails">
111111
<slot name="list" />
@@ -152,7 +152,7 @@ import { Splitpanes, Pane } from 'splitpanes'
152152
import { useIsMobile } from '../../composables/useIsMobile/index.js'
153153
import { isRtl } from '../../utils/rtl.ts'
154154
155-
import NcAppDetailsToggle from './NcAppDetailsToggle.vue'
155+
import NcAppContentDetailsToggle from './NcAppContentDetailsToggle.vue'
156156
157157
import 'splitpanes/dist/splitpanes.css'
158158
@@ -173,7 +173,7 @@ export default {
173173
name: 'NcAppContent',
174174
175175
components: {
176-
NcAppDetailsToggle,
176+
NcAppContentDetailsToggle,
177177
Pane,
178178
Splitpanes,
179179
},

0 commit comments

Comments
 (0)