-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix: Upload button could be pressed while already uploading - Fix: Sort by createdAt rather than publishedAt to avoid DRAFT albums being at the bottom Signed-off-by: Tobias de Bruijn <[email protected]>
- Loading branch information
1 parent
fba5544
commit 1e658d9
Showing
2 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ | |
<v-btn | ||
@click="upload" | ||
color="primary" | ||
:disabled="loading" | ||
:loading="loading"> | ||
Upload | ||
</v-btn> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters