Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
1 deletions
-
src/components/Dialog/DeviceNameDialog.tsx
|
|
@ -58,7 +58,9 @@ export const DeviceNameDialog = ({ |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
const onSubmit = handleSubmit((data) => { |
|
|
const onSubmit = handleSubmit((data) => { |
|
|
|
|
|
if (process.env.NODE_ENV === "development") { |
|
|
console.log("Submitted Data:", data); |
|
|
console.log("Submitted Data:", data); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
connection?.setOwner( |
|
|
connection?.setOwner( |
|
|
create(Protobuf.Mesh.UserSchema, { |
|
|
create(Protobuf.Mesh.UserSchema, { |
|
|
|