mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-11 10:03:35 +00:00
Filter only newt sites in the browser gateway
This commit is contained in:
@@ -144,6 +144,7 @@ export function BrowserGatewayTargetForm<T extends FieldValues>(
|
||||
[]
|
||||
}
|
||||
onSelectionChange={field.onChange}
|
||||
filterTypes={["newt"]}
|
||||
/>
|
||||
) : (
|
||||
<SitesSelector
|
||||
@@ -155,6 +156,7 @@ export function BrowserGatewayTargetForm<T extends FieldValues>(
|
||||
field.onChange(site);
|
||||
setSiteOpen(false);
|
||||
}}
|
||||
filterTypes={["newt"]}
|
||||
/>
|
||||
)}
|
||||
</PopoverContent>
|
||||
|
||||
Reference in New Issue
Block a user