File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
lib/registries/addon/components/registries-license-picker Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 7070 {{ #if this.showText }}
7171 <LicenseText @node ={{ @manager.registration }} />
7272 {{ /if }}
73+ {{ /if }}
7374
74- {{ #if this.shouldShowButtons }}
75- <div local-class =' Controls' >
76- <BsButton @type =' default' {{ on ' click' @manager.cancel }} >
77- {{ t ' general.cancel' }}
78- </BsButton >
79- <BsButton
80- data-analytics-name =' Save license'
81- data-test-save-license
82- disabled ={{ @manager.changeset.isInvalid }}
83- @type =' primary'
84- {{ on ' click' @manager.save }}
85- >
86- {{ t ' general.save' }}
87- </BsButton >
88- </div >
89- {{ /if }}
75+ {{ #if this.shouldShowButtons }}
76+ <div local-class =' Controls' >
77+ <BsButton @type =' default' {{ on ' click' @manager.cancel }} >
78+ {{ t ' general.cancel' }}
79+ </BsButton >
80+ <BsButton
81+ data-analytics-name =' Save license'
82+ data-test-save-license
83+ disabled ={{ @manager.changeset.isInvalid }}
84+ @type =' primary'
85+ {{ on ' click' @manager.save }}
86+ >
87+ {{ t ' general.save' }}
88+ </BsButton >
89+ </div >
9090 {{ /if }}
9191 </div >
9292</FormControls >
You can’t perform that action at this time.
0 commit comments