fix: update button bug

This commit is contained in:
Felix Roos 2023-12-09 17:23:24 +01:00
parent 37a13d1a00
commit 6969800192

View File

@ -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',