FIxed button naming

This commit is contained in:
Lucas Oliveira 2023-11-18 22:23:12 -03:00
commit b21b756982

View file

@ -201,7 +201,8 @@ const ShareModal = forwardRef(
}}
type="button"
>
Share {nameComponent}
{props.is_component ? "Save and " : ""}Share{" "}
{!props.is_component ? "Flow" : ""}
</Button>
</BaseModal.Footer>
</BaseModal>