Skip to content

Commit 802ef32

Browse files
authored
fix: temporarily remove modal button
2 parents 992d1b3 + 213985c commit 802ef32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/components/FormControl.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export function FormControl(props: {
110110
</For>
111111
</div>
112112
</div>
113+
{/* Temporary disable
113114
<button
114115
onclick={showModal}
115116
class="btn btn-md btn-primary btn-outline absolute right-4 bottom-4 gap-0 px-3 transition-all"
@@ -126,6 +127,7 @@ export function FormControl(props: {
126127
</svg>
127128
<span class="overflow-hidden text-nowrap w-0 group-hover:w-24 transition-all">Detailed view</span>
128129
</button>
130+
*/}
129131
</div>
130132
<dialog ref={setModalRef} class="modal" inert onClose={toggleInert}>
131133
<div class="modal-box w-11/12 max-w-5xl">

0 commit comments

Comments
 (0)