It implements logic and queries to perform a profile edition.
Implements
Creates a shared QueryDataLayout component to share the isLoadingisError etc query logic to show loaders and error pages
Implements FormSubmitMessage component to DRY
Fixes SelectCustom component to show the label if only the value is set. On this way is easier to recover the information from the backend and use default value on the useForm hook.
Implements needed queries and mutations to edit profile on the SaaS
Depends on #777
It implements logic and queries to perform a profile edition.
Implements
QueryDataLayout
component to share theisLoading
isError
etc query logic to show loaders and error pagesFormSubmitMessage
component to DRYSelectCustom
component to show the label if only the value is set. On this way is easier to recover the information from the backend and use default value on the useForm hook.