Michael Wang %!s(int64=4) %!d(string=hai) anos
pai
achega
5c50fa49b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/RoleSelect.vue

+ 1 - 1
src/components/RoleSelect.vue

@@ -48,7 +48,7 @@ export default {
   },
   methods: {
     select() {
-      if (this.selected.length > 1) {
+      if (this.multiple && this.selected.length > 1) {
         this.selected = this.selected.splice(1);
       }
       this.$emit("input", this.selected);