1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

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

View file

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