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:
Suhas Ranganath 2020-06-11 07:51:59 +00:00
commit e2ef658dfc

View File

@ -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>