Updated edit forms and icons.
This commit is contained in:
@@ -46,7 +46,7 @@ const ShareButton = ({ websiteId, shareId }) => {
|
||||
<Text>Share</Text>
|
||||
</Button>
|
||||
<Modal>
|
||||
<Dialog title={formatMessage(labels.share)} style={{ width: 600 }}>
|
||||
<Dialog title={formatMessage(labels.share)} style={{ width: 800 }}>
|
||||
{({ close }) => {
|
||||
return <WebsiteShareForm websiteId={websiteId} shareId={shareId} onClose={close} />;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user