mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-24 12:08:28 +00:00
fix: update button bug
This commit is contained in:
parent
37a13d1a00
commit
6969800192
@ -87,7 +87,7 @@ export function Header({ context }) {
|
|||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
onClick={handleUpdate}
|
onClick={() => handleUpdate()}
|
||||||
title="update"
|
title="update"
|
||||||
className={cx(
|
className={cx(
|
||||||
'flex items-center space-x-1',
|
'flex items-center space-x-1',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user