Visit camera directly from system page (#8405)

* Visit camera directly from system page

* Processed all feedback

* Changed button caption
This commit is contained in:
tpjanssen
2023-11-01 14:08:59 +01:00
committed by GitHub
parent fd6a3bd5d2
commit 8a9b26df4e
5 changed files with 41 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ export default function Button({
disabled = false,
ariaCapitalize = false,
href,
target,
type = 'contained',
...attrs
}) {
@@ -101,6 +102,7 @@ export default function Button({
tabindex="0"
className={classes}
href={href}
target={target}
ref={ref}
onmouseenter={handleMousenter}
onmouseleave={handleMouseleave}