Complete refactor of jobs detail screen.
This commit is contained in:
@@ -37,12 +37,12 @@ export default function NoteUpsertModalContainer({
|
||||
]
|
||||
}
|
||||
}).then(r => {
|
||||
refetch();
|
||||
changeVisibility(!visible);
|
||||
notification["success"]({
|
||||
message: t("notes.successes.create")
|
||||
});
|
||||
});
|
||||
refetch();
|
||||
changeVisibility(!visible);
|
||||
};
|
||||
|
||||
const updateExistingNote = () => {
|
||||
|
||||
Reference in New Issue
Block a user