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 fc8aa07bf4
commit 2b2697a34e
1 changed files with 1 additions and 1 deletions

View File

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