Skip to content

Commit b356a1b

Browse files
committed
Done requests changes
1 parent e8ec223 commit b356a1b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ export default {
7474
},
7575
},
7676
});
77+
7778
$.export("$summary", `Successfully created Datasource named '${this.name}'`);
79+
7880
return response;
7981
},
8082
};

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ export default {
2121
$,
2222
datasourceId: this.datasourceId,
2323
});
24+
2425
$.export("$summary", `Successfully deleted datasource with ID: ${this.datasourceId}`);
26+
2527
return response;
2628
},
2729
};

0 commit comments

Comments
 (0)