Integrate loaded settings values into ui
Not yet done for single choice and multi choice, but getting there...
This commit is contained in:
@@ -49,6 +49,10 @@ export default {
|
||||
setting: {
|
||||
type: Object,
|
||||
required: true
|
||||
},
|
||||
persistedValue: {
|
||||
type: Object,
|
||||
required: false
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user