Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2020-06-18 13:15:45 +02:00
commit 322085ffd7
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();
}