mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:17:09 +00:00
Simplify expression
This commit is contained in:
@@ -500,7 +500,7 @@ export default {
|
||||
|
||||
surveyState: {
|
||||
get () {
|
||||
return this.configuration && !this.configuration.archived;
|
||||
return !this.configuration?.archived;
|
||||
},
|
||||
|
||||
async set (value) {
|
||||
|
||||
Reference in New Issue
Block a user