|
|
|
@ -15,9 +15,7 @@ |
|
|
|
|
|
|
|
const dispatch = createEventDispatcher() |
|
|
|
$: datasource = getDatasourceForProvider($currentAsset, componentInstance) |
|
|
|
$: schema = getSchemaForDatasource($currentAsset, datasource, { |
|
|
|
searchableSchema: true, |
|
|
|
}).schema |
|
|
|
$: schema = getSchemaForDatasource($currentAsset, datasource).schema |
|
|
|
$: options = getOptions(datasource, schema || {}) |
|
|
|
$: boundValue = getSelectedOption(value, options) |
|
|
|
|
|
|
|
|