We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475b4ad commit 034ebe5Copy full SHA for 034ebe5
frontend/app/components/design/DesignDrawer.vue
@@ -3,6 +3,7 @@ withDefaults(
3
defineProps<{
4
title: string
5
dismissible?: boolean
6
+ nested?: boolean
7
}>(),
8
{
9
dismissible: true,
@@ -27,6 +28,7 @@ const close = () => {
27
28
should-scale-background
29
:set-background-color-on-scale="false"
30
:handle="false"
31
+ :nested
32
:dismissible
33
>
34
<template #default>
frontend/app/components/standings/StandingsUnit.vue
@@ -111,6 +111,7 @@ function selectTeamLead(userId: string) {
111
<DesignDrawer
112
v-model:open="showLeadSelector"
113
:title="$t('unit.selectUnitLeader')"
114
+ nested
115
116
<template #content>
117
<div class="gap-list-section-gap flex flex-col">
0 commit comments