Openstatus www.openstatus.dev

fix: ref

+2 -1
+2 -1
apps/web/src/components/forms/monitor/tags-multi-box.tsx
··· 152 152 <PopoverContent className="w-full p-0"> 153 153 <Command className="w-(--radix-popover-trigger-width)" loop> 154 154 <CommandInput 155 - ref={inputRef} 155 + // biome-ignore lint/suspicious/noExplicitAny: <explanation> 156 + ref={inputRef as any} 156 157 placeholder="Search tag..." 157 158 value={inputValue} 158 159 onValueChange={setInputValue}