mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
chore: generate
This commit is contained in:
parent
471fc06f01
commit
d75dca29e9
1 changed files with 2 additions and 2 deletions
|
|
@ -2019,7 +2019,7 @@ export default function Layout(props: ParentProps) {
|
|||
size="large"
|
||||
onClick={(e: MouseEvent) => {
|
||||
loadMore()
|
||||
; (e.currentTarget as HTMLButtonElement).blur()
|
||||
;(e.currentTarget as HTMLButtonElement).blur()
|
||||
}}
|
||||
>
|
||||
{language.t("common.loadMore")}
|
||||
|
|
@ -2228,7 +2228,7 @@ export default function Layout(props: ParentProps) {
|
|||
size="large"
|
||||
onClick={(e: MouseEvent) => {
|
||||
loadMore()
|
||||
; (e.currentTarget as HTMLButtonElement).blur()
|
||||
;(e.currentTarget as HTMLButtonElement).blur()
|
||||
}}
|
||||
>
|
||||
{language.t("common.loadMore")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue