1
1
Eric Tröbs 3 жил өмнө
parent
commit
4ceb9d8108

+ 1 - 1
webui/src/components/media/label-selector.vue

@@ -49,7 +49,7 @@ export default {
       const search = this.search.toLowerCase();
 
       return [{
-        id: null,
+        identifier: null,
         name: 'None'
       }, ...this.labels]
           .filter(l => !this.search || !l.identifier || l.name.toLowerCase().startsWith(search));