Form/Common: pass handleRetract function to button
This commit is contained in:
parent
c40eda7fd8
commit
2b9cdd0d73
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user