lint
This commit is contained in:
parent
bbb88a2302
commit
5c5d411588
2 changed files with 18 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ export function Reference() {
|
|||
<div className="flex h-full w-full p-2 text-foreground overflow-hidden">
|
||||
<div className="h-full flex flex-col gap-2 w-1/3 max-w-72 ">
|
||||
<div class="w-full flex">
|
||||
<Textbox className='w-full' placeholder="Search" value={search} onChange={setSearch} />
|
||||
<Textbox className="w-full" placeholder="Search" value={search} onChange={setSearch} />
|
||||
</div>
|
||||
<div className="flex flex-col h-full overflow-y-auto gap-1.5 bg-background bg-opacity-50 rounded-md">
|
||||
{visibleFunctions.map((entry, i) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue