Sms dialog fix
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-06-18 12:59:37 +02:00
parent 43a48994e0
commit 7c45858764
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}