We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 992d1b3 + 213985c commit 802ef32Copy full SHA for 802ef32
website/components/FormControl.tsx
@@ -110,6 +110,7 @@ export function FormControl(props: {
110
</For>
111
</div>
112
113
+ {/* Temporary disable
114
<button
115
onclick={showModal}
116
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: {
126
127
</svg>
128
<span class="overflow-hidden text-nowrap w-0 group-hover:w-24 transition-all">Detailed view</span>
129
</button>
130
+ */}
131
132
<dialog ref={setModalRef} class="modal" inert onClose={toggleInert}>
133
<div class="modal-box w-11/12 max-w-5xl">
0 commit comments