mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
FIX: Correct typo in property name for save button component (#31221)
`disabled` -> `disable` to match:
0e61565b2b/app/assets/javascripts/discourse/app/components/composer-container.hbs (L238)
This commit is contained in:
@ -16,7 +16,7 @@ export default class ComposerSaveButton extends Component {
|
||||
@icon={{@icon}}
|
||||
@translatedTitle={{this.translatedTitle}}
|
||||
@forwardEvent={{@forwardEvent}}
|
||||
class={{concatClass "btn-primary create" (if @disabledSubmit "disabled")}}
|
||||
class={{concatClass "btn-primary create" (if @disableSubmit "disabled")}}
|
||||
...attributes
|
||||
/>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user