Skip to content

Commit 3ced90a

Browse files
Update components/klipfolio/actions/update-datasource/update-datasource.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 1703ac1 commit 3ced90a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/klipfolio/actions/update-datasource/update-datasource.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ export default {
4141
data: {
4242
name: this.name,
4343
description: this.description,
44-
refreshInterval: this.refreshInterval,
44+
refreshInterval: parseInt(this.refreshInterval, 10),
45+
4546
},
4647
});
4748
$.export("$summary", `Successfully updated Datasource named '${this.name}'`);

0 commit comments

Comments
 (0)