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"> <template #row-details="row">
<row-details <row-details
v-if="type !== 'UserListSearch' && type !== 'UserListMassCreation'"
:row="row" :row="row"
:type="type" :type="type"
:slotName="slotName" :slotName="slotName"