mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add readonly to test pipeline
This commit is contained in:
parent
58855a93a8
commit
923601bdef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export function Button({
|
||||||
theme = "primary",
|
theme = "primary",
|
||||||
className,
|
className,
|
||||||
...props
|
...props
|
||||||
}: ButtonProps) {
|
}: Readonly<ButtonProps>) {
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue