Merge branch 'fix/application-share-button' into 'feature/acl'
Disable application share button visibility See merge request theappsmith/internal-tools-client!711
This commit is contained in:
commit
e2ef658dfc
|
|
@ -147,7 +147,7 @@ export const EditorHeader = (props: EditorHeaderProps) => {
|
|||
<StretchedBreadCrumb items={navigation} minVisibleItems={3} />
|
||||
<CustomizedDropdown {...pageSelectorData} />
|
||||
<InviteButton>
|
||||
<Button text="Share" intent="primary" filled size="small" />
|
||||
{/* <Button text="Share" intent="primary" filled size="small" /> */}
|
||||
</InviteButton>
|
||||
<LoadingContainer>{saveStatusMessage}</LoadingContainer>
|
||||
<PreviewPublishSection>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user