mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
refactor(dav): fix single-word component name by renaming view
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
f82269d0d1
commit
7bcb1b4a4c
2 changed files with 2 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
import { t } from '@nextcloud/l10n'
|
||||
import Vue from 'vue'
|
||||
import Availability from './views/Availability.vue'
|
||||
import Availability from './views/UserAvailability.vue'
|
||||
|
||||
Vue.prototype.$t = t
|
||||
|
||||
|
|
|
|||
|
|
@ -26,9 +26,8 @@ import NcSettingsSection from '@nextcloud/vue/components/NcSettingsSection'
|
|||
import AbsenceForm from '../components/AbsenceForm.vue'
|
||||
import AvailabilityForm from '../components/AvailabilityForm.vue'
|
||||
|
||||
/* eslint vue/multi-word-component-names: "warn" */
|
||||
export default {
|
||||
name: 'Availability',
|
||||
name: 'UserAvailability',
|
||||
components: {
|
||||
NcSettingsSection,
|
||||
AbsenceForm,
|
||||
Loading…
Reference in a new issue