-
-
-
-
- {this.props.t('editor.shareModal.makeApplicationPublic', 'Make application public')}
-
-
-
-
-
-
-
-
- {appLink}
-
-
-
{
- e.persist();
- this.delayedSlugChange(e);
- }}
- style={{ maxWidth: '150px' }}
- defaultValue={this.props.slug}
- data-cy="app-name-slug-input"
- />
- {isSlugVerificationInProgress && (
-
- )}
-
-
- {newSlug?.error ? (
-
- ) : (
- isSlugUpdated &&
- !isSlugVerificationInProgress && (
-
- )
- )}
-
-
-
- toast.success('Link copied to clipboard')}>
-
-
-
-
- {newSlug?.error ? (
-
- ) : isSlugUpdated ? (
-
- ) : (
-
- )}
-
- {this?.props?.isPublic && window?.public_config?.ENABLE_PRIVATE_APP_EMBED === 'true' && (
-
-
-
- {embeddableLink}
-
- toast.success('Link copied to clipboard')}
- >
-
-
-
-
-
- )}
-
- }
-