Skip to content

Commit

Permalink
Add label to "default quota" multiselect
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed May 4, 2023
1 parent 527de8a commit f29e037
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion apps/settings/src/views/Users.vue
Expand Up @@ -81,11 +81,12 @@
<template #footer>
<NcAppNavigationSettings>
<div>
<p>{{ t('settings', 'Default quota:') }}</p>
<label for="default-quota-multiselect">{{ t('settings', 'Default quota:') }}</label>
<NcMultiselect :value="defaultQuota"
:options="quotaOptions"
tag-placeholder="create"
:placeholder="t('settings', 'Select default quota')"
id="default-quota-multiselect"
label="label"
track-by="id"
:allow-empty="false"
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-users-8351.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-users-8351.js.map

Large diffs are not rendered by default.

0 comments on commit f29e037

Please sign in to comment.