diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-01-08 09:17:07 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-01-15 11:00:31 +0100 |
commit | ad1aec3085aa4d9da6470a89bc73b8406894afa9 (patch) | |
tree | 6ec8f19222c14da471d95549f002f4f439167202 /package.json | |
parent | 8a5632d3a13bd84cda3c5bd499020e962e549f50 (diff) | |
download | nextcloud-server-ad1aec3085aa4d9da6470a89bc73b8406894afa9.tar.gz nextcloud-server-ad1aec3085aa4d9da6470a89bc73b8406894afa9.zip |
Only show tag selector if tags are set
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index fdd470e8d11..d4e5a2c690c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "moment-timezone": "^0.5.27", "nextcloud-password-confirmation": "^0.4.2", "nextcloud-router": "0.0.9", - "nextcloud-vue": "^0.12.8", + "nextcloud-vue": "^0.12.11", "nextcloud-vue-collections": "^0.7.1", "p-limit": "^2.2.2", "p-queue": "^6.2.1", |