remove svg

This commit is contained in:
sadposter 2021-11-20 14:38:01 +00:00
parent b141b04a53
commit 238ebcf1e4
6 changed files with 7 additions and 9 deletions

View file

@ -51,7 +51,7 @@ const ScopeSelector = {
unlisted: { selected: this.currentScope === 'unlisted' },
private: { selected: this.currentScope === 'private' },
direct: { selected: this.currentScope === 'direct' },
local: { selected: this.currentScope === 'local' }
local: { selected: this.currentScope === 'local' }
}
}
},