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",
|
||||
className,
|
||||
...props
|
||||
}: ButtonProps) {
|
||||
}: Readonly<ButtonProps>) {
|
||||
return (
|
||||
<button
|
||||
type="button"
|
||||
|
|
Loading…
Add table
Reference in a new issue