aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-10-05 09:39:28 -0700
committerChristopher Ng <chrng8@gmail.com>2023-10-06 14:40:33 -0700
commit675feb9cf3355cc163083f922da24022316af309 (patch)
tree7ee0f2ceb1f15d9f5287bfab0f4f833cccc006c7 /apps
parent44ddd918d1043e95985d864ff56677c1ca9946bd (diff)
downloadnextcloud-server-675feb9cf3355cc163083f922da24022316af309.tar.gz
nextcloud-server-675feb9cf3355cc163083f922da24022316af309.zip
chore: Adapt to breaking DateTime rename
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/src/views/SharingDetailsTab.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue
index e8c073f8bca..c3edf13c32f 100644
--- a/apps/files_sharing/src/views/SharingDetailsTab.vue
+++ b/apps/files_sharing/src/views/SharingDetailsTab.vue
@@ -210,7 +210,7 @@
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
import NcInputField from '@nextcloud/vue/dist/Components/NcInputField.js'
import NcAvatar from '@nextcloud/vue/dist/Components/NcAvatar.js'
-import NcDatetimePicker from '@nextcloud/vue/dist/Components/NcDatetimePicker.js'
+import NcDateTimePicker from '@nextcloud/vue/dist/Components/NcDateTimePicker.js'
import NcDateTimePickerNative from '@nextcloud/vue/dist/Components/NcDateTimePickerNative.js'
import NcCheckboxRadioSwitch from '@nextcloud/vue/dist/Components/NcCheckboxRadioSwitch.js'
import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon.js'
@@ -245,7 +245,7 @@ export default {
NcAvatar,
NcButton,
NcInputField,
- NcDatetimePicker,
+ NcDateTimePicker,
NcDateTimePickerNative,
NcCheckboxRadioSwitch,
NcLoadingIcon,