mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 11:41:38 +10:00
- implement actions section
This commit is contained in:
@ -79,7 +79,9 @@ const DataModal = ({
|
||||
: title.create;
|
||||
|
||||
const submitAction = (
|
||||
<Button type="submit" title={getTitle} onClick={() => onSubmit(values)} />
|
||||
<Button type="submit" onClick={() => onSubmit(values)}>
|
||||
{getTitle}
|
||||
</Button>
|
||||
);
|
||||
|
||||
const onDestroy = () => {
|
||||
|
||||
Reference in New Issue
Block a user