Skip to content

Commit 753bbac

Browse files
committed
controls: use path instead of fieldname for select row
fieldname does not exist anymore.
1 parent 66437f4 commit 753bbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/dev/Controls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default {
197197
component: (type) => `${type}-select`,
198198
value: this.selectValue,
199199
props: {
200-
fieldname: 'language',
200+
path: 'language',
201201
placeholder: this.placeholder,
202202
items: this.availableLocales,
203203
uri: this.profileUri,

0 commit comments

Comments
 (0)