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 548a429 commit 54c2ba7Copy full SHA for 54c2ba7
components/agrello/sources/new-signature-instant/new-signature-instant.mjs
@@ -15,7 +15,7 @@ export default {
15
return "DOCUMENT_SIGNATURE_ADDED";
16
},
17
getSummary(event) {
18
- return `New signature added to container with Id: ${event.containerId}`;
+ return `New signature added to container: ${event.containerId}`;
19
20
21
sampleEmit,
0 commit comments