oops
This commit is contained in:
parent
95076050f4
commit
f907b42f0a
|
@ -9,7 +9,6 @@ export default Em.Component.extend({
|
|||
const warning = this.get('warning');
|
||||
|
||||
if (warning && !this.get('checked')) {
|
||||
debugger;
|
||||
this.sendAction('warning');
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue