We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1703ac1 commit 3ced90aCopy full SHA for 3ced90a
components/klipfolio/actions/update-datasource/update-datasource.mjs
@@ -41,7 +41,8 @@ export default {
41
data: {
42
name: this.name,
43
description: this.description,
44
- refreshInterval: this.refreshInterval,
+ refreshInterval: parseInt(this.refreshInterval, 10),
45
+
46
},
47
});
48
$.export("$summary", `Successfully updated Datasource named '${this.name}'`);
0 commit comments