Update admin/src/components/Tables/SearchUserTable.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-02-23 09:31:19 +01:00 committed by GitHub
parent dda0c9b113
commit 6ebaae53bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ import CreationTransactionListFormular from '../CreationTransactionListFormular.
import DeletedUserFormular from '../DeletedUserFormular.vue'
import { toggleRowDetails } from '../../mixins/toggleRowDetails'
const slotNames = ['show-collaps']
const slotNames = ['show-collapse']
export default {
name: 'SearchUserTable',