forked from Github/frigate
Visit camera directly from system page (#8405)
* Visit camera directly from system page * Processed all feedback * Changed button caption
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user