Fixed loading not being of the right size

This commit is contained in:
Lucas Oliveira 2024-06-04 19:09:39 -03:00
commit 58d11aff9e

View file

@ -263,9 +263,7 @@ export default function ShareModal({
<BaseModal.Footer
submit={{
label: `Share ${
!loadingNames && (!is_component ? " Flow" : " Component")
}`,
label: `Share ${is_component ? " Component" : " Flow"}`,
loading: loadingNames,
}}
>