We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b3308 commit 21f3a3aCopy full SHA for 21f3a3a
src/views/portfolio/projects/ProjectUploadBomModal.vue
@@ -6,7 +6,7 @@
6
<template v-slot:modal-footer="{ cancel }">
7
<b-button size="md" variant="secondary" @click="cancel()">{{ $t('message.cancel') }}</b-button>
8
<b-button size="md" variant="secondary" @click="file = null">{{ $t('message.reset') }}</b-button>
9
- <b-button size="md" variant="primary" @click="upload()" :disabled="file === null">{{ $t('message.upload') }}</b-button>
+ <b-button size="md" variant="primary" @click="upload()">{{ $t('message.upload') }}</b-button>
10
</template>
11
</b-modal>
12
0 commit comments