1
0

feat: camelcase global components

This commit is contained in:
Dominik Pschenitschni
2024-06-18 17:48:04 +02:00
committed by konrad
parent 1977a7bee0
commit f36115871c
74 changed files with 236 additions and 236 deletions

View File

@ -45,7 +45,7 @@
v-tooltip="$t('project.kanban.doneBucketHint')"
class="icon is-small has-text-success mr-2"
>
<icon icon="check-double" />
<Icon icon="check-double" />
</span>
<h2
class="title input"
@ -246,7 +246,7 @@
</div>
</div>
<modal
<Modal
:enabled="showBucketDeleteModal"
@close="showBucketDeleteModal = false"
@submit="deleteBucket()"
@ -261,7 +261,7 @@
{{ $t('project.kanban.deleteBucketText2') }}
</p>
</template>
</modal>
</Modal>
</div>
</template>
</ProjectWrapper>