Compare commits
1 Commits
0448ec8b72
...
1b67e15071
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b67e15071 |
@@ -44,7 +44,7 @@ function onDownload() {
|
|||||||
<button class="btn btn-primary" @click="onOrganize" :disabled="state.events.length === 0">
|
<button class="btn btn-primary" @click="onOrganize" :disabled="state.events.length === 0">
|
||||||
{{ t('header.organize') }}
|
{{ t('header.organize') }}
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-secondary" @click="onImport">{{ t('header.import') }}</button>
|
<button class="btn btn-primary" @click="onImport">{{ t('header.import') }}</button>
|
||||||
<button class="btn btn-success" @click="onDownload" :disabled="state.events.length === 0">
|
<button class="btn btn-success" @click="onDownload" :disabled="state.events.length === 0">
|
||||||
{{ t('header.download') }}
|
{{ t('header.download') }}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user