feat(web): introduce templates

This commit is contained in:
Ali BARIN
2025-02-26 10:40:47 +00:00
parent 69e91fea18
commit 839fda8880
33 changed files with 904 additions and 86 deletions

View File

@@ -35,6 +35,7 @@ describe('PATCH /api/v1/admin/templates/:templateId', () => {
const expectedPayload = await updateTemplateMock({
...refetchedTemplate,
flowData: refetchedTemplate.getFlowDataWithIconUrls(),
name: updatedName,
});