summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/RegistrationModuleEdit.vue
diff options
context:
space:
mode:
authorUdo Walter2019-02-24 22:28:43 +0100
committerUdo Walter2019-02-24 22:28:43 +0100
commit11ed1075a46dbe547a11f78b4937acdec0aee86c (patch)
treee5df31152454e7ff568261dbe80210840cf22e64 /webapp/src/components/RegistrationModuleEdit.vue
parent[webapp/datatable] add rowcount prop (diff)
downloadbas-11ed1075a46dbe547a11f78b4937acdec0aee86c.tar.gz
bas-11ed1075a46dbe547a11f78b4937acdec0aee86c.tar.xz
bas-11ed1075a46dbe547a11f78b4937acdec0aee86c.zip
[webapp/webapp] fix row-count getting string instead of number
Diffstat (limited to 'webapp/src/components/RegistrationModuleEdit.vue')
-rw-r--r--webapp/src/components/RegistrationModuleEdit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/RegistrationModuleEdit.vue b/webapp/src/components/RegistrationModuleEdit.vue
index 0d8bab4..712cfbc 100644
--- a/webapp/src/components/RegistrationModuleEdit.vue
+++ b/webapp/src/components/RegistrationModuleEdit.vue
@@ -40,7 +40,7 @@
<v-icon :left="groups.length > 0">device_hub</v-icon>{{ groups.length > 0 ? groups.length : '' }}
</v-btn>
<v-card>
- <data-table v-model="groups" :headers="headers" :items="groupList" slim row-count="6"></data-table>
+ <data-table v-model="groups" :headers="headers" :items="groupList" slim :row-count="6"></data-table>
</v-card>
</v-menu>
<span>{{ $t('groupRestricted') }}</span>