instant-harlequinI
Refine2y ago
7 replies
instant-harlequin

onCancel

How to warm me onCancel:
onCancel={() => {
if (onCancel) {
onCancel();
return;
}
close();
if (fileId !== null) {
handleCancel();
}
list("funcionarios", "replace");
}}
Was this page helpful?