Fixing issue with refreshing data providers manually due to incorrect action name

This commit is contained in:
Andrew Kingston 2021-09-28 13:33:15 +01:00
parent 95c01ef20f
commit 5cd756e762
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
$: actionProviders = getActionProviderComponents(
$currentAsset,
$store.selectedComponentId,
"RefreshDataProvider"
"RefreshDatasource"
)
</script>