remove household search

This commit is contained in:
Julien Fastré 2021-06-29 22:38:01 +02:00
parent 54316d148c
commit e4adafafc8

View File

@ -122,6 +122,7 @@ export default {
return this.$store.state.allowHouseholdCreate; return this.$store.state.allowHouseholdCreate;
}, },
allowHouseholdSearch() { allowHouseholdSearch() {
return false;
return this.$store.state.allowHouseholdSearch; return this.$store.state.allowHouseholdSearch;
}, },
allowLeaveWithoutHousehold() { allowLeaveWithoutHousehold() {