Add widgets sidebar (#6578)

This commit is contained in:
Kristina
2024-09-18 09:27:13 +07:00
committed by GitHub
parent d38df9c600
commit a1cee24473
84 changed files with 2922 additions and 600 deletions
@@ -84,7 +84,7 @@
if (replyProvider) {
const fn = await getResource(replyProvider.function)
await fn(object)
await fn(object, e)
}
}
</script>