1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Update UI dependencies

This commit is contained in:
checktheroads
2021-05-29 23:30:38 -07:00
parent 4c12f13d43
commit 69f21a4d64
14 changed files with 748 additions and 665 deletions

View File

@@ -58,7 +58,7 @@ export const QueryTarget: React.FC<TQueryTarget> = (props: TQueryTarget) => {
return (
<>
<input hidden readOnly name={name} ref={register} value={queryTarget.value} />
<input {...register} hidden readOnly value={queryTarget.value} />
<If c={queryType.value === 'bgp_community' && queries.bgp_community.mode === 'select'}>
<Select
size="lg"