Skip to content

Commit

Permalink
fix dialog on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
suzalflueck committed Mar 26, 2024
1 parent 63a0763 commit fa90657
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/src/components/DownloadSchoolsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ const appStore = useAppStore()
// used for open and close modal
const dialog = ref(false)
// varibles used for search
function downloadAllSchoolsMailing() {
alert('TODO - Implement all schools mailing extract download')
}
</script>
<template>
<v-dialog v-model="dialog" width="25%">
<v-dialog v-model="dialog" max-width="500">
<template v-slot:activator="{ props }">
<v-btn
block
Expand Down

0 comments on commit fa90657

Please sign in to comment.