Merge pull request #1245 from gradido/1234-Detailansicht-in-Mehrfachschoepfung-automatisch-schliessen

close row-details automatically when switching to multiple creation page
This commit is contained in:
Alexander Friedland 2022-01-07 14:21:58 +01:00 committed by GitHub
commit 6f2e971296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@
<template #row-details="row">
<row-details
v-if="type !== 'UserListSearch' && type !== 'UserListMassCreation'"
:row="row"
:type="type"
:slotName="slotName"