mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 01:40:53 -04:00
fix(flow): cannot set customer user agent
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
14dfa3bcff
commit
79e81dfe6e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
</NcSelect>
|
||||
<input v-if="!isPredefined"
|
||||
type="text"
|
||||
:value="currentValue.pattern"
|
||||
:value="currentValue.id"
|
||||
@input="updateCustom">
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue