Fixed loading not being of the right size
This commit is contained in:
parent
49ce4b4ff7
commit
58d11aff9e
1 changed files with 1 additions and 3 deletions
|
|
@ -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,
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue