Skip to content
Snippets Groups Projects
Verified Commit b821f1b9 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Fix wrong prop name in modal component

#6
parent 427e9d71
No related branches found
No related tags found
2 merge requests!22Version 1.0.0,!7Fix import of bootstrap JS plugins
......@@ -73,7 +73,7 @@ function modalClosed() {
<template>
<bootstrap-modal
:modal-id="modalID"
:modalID="modalID"
:static-backdrop="true"
:modal-label="modalLabel"
v-on="{ 'hidden.bs.modal': modalClosed }"
......
......@@ -74,7 +74,7 @@ onMounted(() => {
</div>
<create-bucket-component
modalID="create-bucket-modal"
modalLabel="create-bucket-modal-label"
modal-label="create-bucket-modal-label"
@bucket-created="addBucket"
/>
<div class="input-group flex-nowrap mt-2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment