feat: add error messages to all 3rd party services

This commit is contained in:
Sérgio Salgado 2022-02-11 17:43:46 +00:00
parent 4015e23d34
commit bb17c71cb1
15 changed files with 160 additions and 127 deletions

View file

@ -119,7 +119,7 @@ const Services = () => {
{editingSchema && (
<Modal
title={`Edit ${editingSchema.name}`}
width={478}
width={525}
handleClose={() => setEditingSchema(null)}
open={true}>
<FormRenderer