Merge pull request #47480 from nextcloud/fix/41639/flow-check-user-agent

fix(flow): cannot set custom user agent
This commit is contained in:
Joas Schilling 2024-08-26 14:09:25 +02:00 committed by GitHub
commit c6ec82203e
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