fix: Adjust code for higher dep version
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
@@ -158,7 +158,7 @@ import { showError, showUndo } from '@nextcloud/dialogs'
|
|||||||
|
|
||||||
import CardItem from '../cards/CardItem.vue'
|
import CardItem from '../cards/CardItem.vue'
|
||||||
|
|
||||||
import '@nextcloud/dialogs/dist/index.css'
|
import '@nextcloud/dialogs/style.css'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Stack',
|
name: 'Stack',
|
||||||
|
|||||||
@@ -117,7 +117,6 @@ const maxUploadSizeState = loadState('deck', 'maxUploadSize', -1)
|
|||||||
|
|
||||||
const picker = getFilePickerBuilder(t('deck', 'File to share'))
|
const picker = getFilePickerBuilder(t('deck', 'File to share'))
|
||||||
.setMultiSelect(false)
|
.setMultiSelect(false)
|
||||||
.setModal(true)
|
|
||||||
.setType(1)
|
.setType(1)
|
||||||
.allowDirectories()
|
.allowDirectories()
|
||||||
.build()
|
.build()
|
||||||
|
|||||||
@@ -204,7 +204,7 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss">
|
||||||
|
|
||||||
section.app-sidebar__tab--active {
|
section.app-sidebar__tab--active {
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ import { generateUrl } from '@nextcloud/router'
|
|||||||
import { getCurrentUser } from '@nextcloud/auth'
|
import { getCurrentUser } from '@nextcloud/auth'
|
||||||
import { showUndo } from '@nextcloud/dialogs'
|
import { showUndo } from '@nextcloud/dialogs'
|
||||||
|
|
||||||
import '@nextcloud/dialogs/dist/index.css'
|
import '@nextcloud/dialogs/style.css'
|
||||||
import { emit } from '@nextcloud/event-bus'
|
import { emit } from '@nextcloud/event-bus'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
Reference in New Issue
Block a user