close row-details automatically when switching to multiple creation page

This commit is contained in:
ogerly 2022-01-06 19:39:07 +01:00
parent b86ecae0db
commit 653ad82bb5

View File

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