Merge "Use the same styling for add template and add parameter buttons"

This commit is contained in:
jenkins-bot 2022-08-01 09:10:19 +00:00 committed by Gerrit Code Review
commit c3e92534d9

View file

@ -71,7 +71,7 @@ ve.ui.MWAddParameterPage.prototype.initialize = function () {
} );
this.saveButton = new OO.ui.ButtonWidget( {
label: ve.msg( 'visualeditor-dialog-transclusion-add-param-save' ),
flags: [ 'primary', 'progressive' ],
flags: [ 'progressive' ],
disabled: true
} )
.connect( this, { click: 'onParameterNameSubmitted' } );