Fixing issue with refreshing data providers manually due to incorrect action name
This commit is contained in:
parent
fc8aa07bf4
commit
2b2697a34e
|
@ -8,7 +8,7 @@
|
||||||
$: actionProviders = getActionProviderComponents(
|
$: actionProviders = getActionProviderComponents(
|
||||||
$currentAsset,
|
$currentAsset,
|
||||||
$store.selectedComponentId,
|
$store.selectedComponentId,
|
||||||
"RefreshDataProvider"
|
"RefreshDatasource"
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue