Skip to content

Commit 71a3c8b

Browse files
committed
fix: fix merge error
1 parent 9d8418a commit 71a3c8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/e3sm_quickview/components/drawers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ def __init__(self, load_variables=None):
117117
hide_details=True,
118118
)
119119

120-
# with v3.VCardActions(classes="px-2"):
121-
with v3.VCardActions(classes="pb-0", style="min-height: 0;"):
120+
with v3.VCardActions(classes="px-2", style="min-height: 0;"):
122121
v3.VBtn(
123122
classes="text-none",
124123
color="primary",
@@ -132,7 +131,6 @@ def __init__(self, load_variables=None):
132131
"variables_selected.length === 0 || variables_loaded",
133132
),
134133
click=load_variables,
135-
block=True,
136134
)
137135
with v3.VCardActions(
138136
key="variables_selected.length",

0 commit comments

Comments
 (0)