(fix): ttp_url missing in qrcode
This commit is contained in:
parent
fd18ee6079
commit
167036533c
2 changed files with 17 additions and 8 deletions
|
|
@ -190,11 +190,9 @@ export default function Form() {
|
|||
[save],
|
||||
);
|
||||
|
||||
const isTauriEnv = isTauri();
|
||||
|
||||
return (
|
||||
<div className="flex md:flex-row flex-col gap-15">
|
||||
{isTauriEnv ? (
|
||||
{isTauri() ? (
|
||||
<>
|
||||
<QrCodeScanner
|
||||
onData={async (data) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue