sforkowany z mirror/soapbox
Merge branch 'share-route' into 'develop'
Fix share route Closes #1110 See merge request soapbox-pub/soapbox!1799nuke-scss
commit
e29527949d
|
@ -19,7 +19,7 @@ const Share = () => {
|
|||
.join('\n\n');
|
||||
|
||||
if (text) {
|
||||
dispatch(openComposeWithText(text));
|
||||
dispatch(openComposeWithText('compose-modal', text));
|
||||
}
|
||||
|
||||
return (
|
||||
|
@ -27,4 +27,4 @@ const Share = () => {
|
|||
);
|
||||
};
|
||||
|
||||
export default Share;
|
||||
export default Share;
|
||||
|
|
Ładowanie…
Reference in New Issue