FIxed button naming
This commit is contained in:
parent
0770beda11
commit
b21b756982
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue