UI for new filters

This commit is contained in:
Henry Jameson 2025-03-25 19:01:32 +02:00
commit 57aa8818a9
7 changed files with 339 additions and 39 deletions

View file

@ -78,7 +78,6 @@ export default {
},
computed: {
draft: {
// TODO allow passing shared draft object?
get () {
if (this.realSource === 'admin' || this.path == null) {
return get(this.$store.state.adminSettings.draft, this.canonPath)