Minor fixed + refactored job details screens based on review.
This commit is contained in:
@@ -21,7 +21,6 @@ export default function FormsFieldChanged({ form }) {
|
||||
<Prompt
|
||||
when={true}
|
||||
message={(location) => {
|
||||
//console.log("location", location);
|
||||
if (loc.pathname === location.pathname) return false;
|
||||
return t("general.messages.unsavedchangespopup");
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user