grumpitect

Results 2 comments of grumpitect

+1 and how can I use this feature: "Added option to use custom fonts for Labels"

There is a way for the client to know the Saga's execution results...here is an example: ```javascript const result = await sagaService.sagas.editOrder.execute({ params, keys, stopKeys, waitInsteadOfStop: true, }); if (result.duplicateKey)...