Sms dialog fix
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
43a48994e0
commit
7c45858764
|
@ -9,7 +9,7 @@ class Controller extends Descriptor {
|
|||
set entity(value) {
|
||||
super.entity = value;
|
||||
|
||||
if (this.$params.sendSMS)
|
||||
if (value && this.$params.sendSMS)
|
||||
this.showSMSDialog();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue