Merge pull request #47481 from nextcloud/backport/47480/stable28

[stable28] fix(flow): cannot set custom user agent
This commit is contained in:
Arthur Schiwon 2024-08-26 17:58:34 +02:00 committed by GitHub
commit 62f275b8ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@
</NcSelect>
<input v-if="!isPredefined"
type="text"
:value="currentValue.pattern"
:value="currentValue.id"
@input="updateCustom">
</div>
</template>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long