Merge pull request #47483 from nextcloud/backport/47480/stable30

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

View file

@ -25,7 +25,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