mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix group interface start (#7411)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-detail class="group-detail">
|
||||
<v-detail :start-open="start === 'open'" class="group-detail">
|
||||
<template #activator="{ toggle, active }">
|
||||
<v-divider
|
||||
:style="{
|
||||
@@ -7,7 +7,6 @@
|
||||
}"
|
||||
:class="{ active }"
|
||||
:inline-title="false"
|
||||
:start-open="start === 'open'"
|
||||
large
|
||||
@click="toggle"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user