fix: update button bug
This commit is contained in:
parent
37a13d1a00
commit
6969800192
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue