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