mirror of
https://github.com/nextcloud/server.git
synced 2026-02-17 09:51:38 -05:00
chore(files_sharing): Silent NcSelect label warnings
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
6e466bd047
commit
567d011882
1 changed files with 1 additions and 6 deletions
|
|
@ -22,10 +22,9 @@
|
|||
|
||||
<template>
|
||||
<div class="sharing-search">
|
||||
<label for="sharing-search-input">{{ t('files_sharing', 'Search for share recipients') }}</label>
|
||||
<NcSelect ref="select"
|
||||
v-model="value"
|
||||
input-id="sharing-search-input"
|
||||
:input-label="t('files_sharing', 'Search for share recipients')"
|
||||
class="sharing-search__input"
|
||||
:disabled="!canReshare"
|
||||
:loading="loading"
|
||||
|
|
@ -542,10 +541,6 @@ export default {
|
|||
flex-direction: column;
|
||||
margin-bottom: 4px;
|
||||
|
||||
label[for="sharing-search-input"] {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
&__input {
|
||||
width: 100%;
|
||||
margin: 10px 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue