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