fix: resolve type errors across the codebase
This commit is contained in:
parent
10bb4eba97
commit
12754bd0aa
6 changed files with 34 additions and 22 deletions
|
|
@ -39,7 +39,7 @@ export default function AuthKeyRow({ authKey, server }: Props) {
|
|||
<Button
|
||||
variant="light"
|
||||
className="my-4"
|
||||
onClick={async () => {
|
||||
onPress={async () => {
|
||||
await navigator.clipboard.writeText(
|
||||
`tailscale up --login-server ${server} --authkey ${authKey.key}`
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue