fix: Adjust code for higher dep version

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
Elizabeth Danzberger
2024-07-11 09:55:52 -04:00
parent c81563f3f8
commit f4e24e74a9
4 changed files with 3 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ import { showError, showUndo } from '@nextcloud/dialogs'
import CardItem from '../cards/CardItem.vue'
import '@nextcloud/dialogs/dist/index.css'
import '@nextcloud/dialogs/style.css'
export default {
name: 'Stack',

View File

@@ -117,7 +117,6 @@ const maxUploadSizeState = loadState('deck', 'maxUploadSize', -1)
const picker = getFilePickerBuilder(t('deck', 'File to share'))
.setMultiSelect(false)
.setModal(true)
.setType(1)
.allowDirectories()
.build()

View File

@@ -204,7 +204,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
section.app-sidebar__tab--active {
min-height: auto;

View File

@@ -80,7 +80,7 @@ import { generateUrl } from '@nextcloud/router'
import { getCurrentUser } from '@nextcloud/auth'
import { showUndo } from '@nextcloud/dialogs'
import '@nextcloud/dialogs/dist/index.css'
import '@nextcloud/dialogs/style.css'
import { emit } from '@nextcloud/event-bus'
export default {