fix: Fixes error while updating widget builder title (#7756)
This commit is contained in:
@@ -36,8 +36,10 @@ export default {
|
||||
isDefaultScreen() {
|
||||
return (
|
||||
this.config.isDefaultScreen &&
|
||||
(this.config.welcomeHeading.length !== 0 ||
|
||||
this.config.welcomeTagline.length !== 0)
|
||||
((this.config.welcomeHeading &&
|
||||
this.config.welcomeHeading.length !== 0) ||
|
||||
(this.config.welcomeTagLine &&
|
||||
this.config.welcomeTagline.length !== 0))
|
||||
);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user