Form/Common: pass handleRetract function to button

This commit is contained in:
vchikalkin 2024-02-01 15:13:55 +03:00
parent c40eda7fd8
commit 2b9cdd0d73

View File

@ -66,7 +66,7 @@ export function Buttons() {
>
Отмена
</Button>
<Button intent="outline-secondary" onClick={() => handleRetract()}>
<Button intent="outline-secondary" onClick={handleRetract}>
Возврат на доработку
</Button>
<Button onClick={handleSave}>Сохранить</Button>