Skip to content

Commit

Permalink
chore: Adapt to breaking DateTime rename
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Sep 29, 2023
1 parent 730443f commit 4eec177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/files_sharing/src/views/SharingDetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,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 CircleIcon from 'vue-material-design-icons/CircleOutline.vue'
Expand Down Expand Up @@ -232,7 +232,7 @@ export default {
NcAvatar,
NcButton,
NcInputField,
NcDatetimePicker,
NcDateTimePicker,
NcDateTimePickerNative,
NcCheckboxRadioSwitch,
CloseIcon,
Expand Down

0 comments on commit 4eec177

Please sign in to comment.