Signal API updates
This commit is contained in:
parent
83653ef23b
commit
c729a46a0c
25 changed files with 501 additions and 279 deletions
|
|
@ -82,7 +82,7 @@ export const Detail: FC<DetailProps> = ({ service, row }) => {
|
|||
<QRCode
|
||||
name={field.name}
|
||||
label={field.label}
|
||||
getValue={field.getValue}
|
||||
getValue={field.getQRCode}
|
||||
refreshInterval={field.refreshInterval}
|
||||
token={token}
|
||||
verified={row.verified as boolean}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue