Skip to content

Commit

Permalink
Upgrade component to remove Bootstrap dependency (passed dev QA: on C…
Browse files Browse the repository at this point in the history
…hrome, Firefox, Safari)
  • Loading branch information
hujambo-dunia committed Nov 8, 2023
1 parent ea0fe80 commit 3427f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Upload/DragAndDropModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ function onDrop(event) {
</script>
<template>
<b-modal v-model="isFileOverDocument" :modal-class="modalClass" hide-header hide-footer centered>
<BModal v-model="isFileOverDocument" :modal-class="modalClass" size="md" hide-header hide-footer centered>
<div ref="modalContentElement" class="inner-content h-xl">Drop Files here to Upload</div>
</b-modal>
</BModal>
</template>
<style lang="scss">
Expand Down

0 comments on commit 3427f16

Please sign in to comment.