mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-17 09:48:42 +00:00
Change design of edit media modal in web UI (#33516)
This commit is contained in:
@@ -301,6 +301,7 @@ class ComposeForm extends ImmutablePureComponent {
|
||||
<div className='compose-form__submit'>
|
||||
<Button
|
||||
type='submit'
|
||||
compact
|
||||
text={intl.formatMessage(this.props.isEditing ? messages.saveChanges : (this.props.isInReply ? messages.reply : messages.publish))}
|
||||
disabled={!this.canSubmit()}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user