Skip to content

Commit

Permalink
Corrected format for buttons in dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Jan 4, 2018
1 parent 8bcc3d3 commit d553d35
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -164,7 +164,7 @@ ManageIQ.angular.app.controller('dialogEditorController', ['$window', '$http', '
dialogData = {
description: DialogEditor.getDialogDescription(),
label: DialogEditor.getDialogLabel(),
buttons: 'submit, cancel',
buttons: 'submit,cancel',
dialog_tabs: [],
};
dialogData.dialog_tabs = _.cloneDeep(DialogEditor.getDialogTabs(), customizer);
Expand Down

0 comments on commit d553d35

Please sign in to comment.