- removed redirect to 404 error page;
This commit is contained in:
@@ -2,7 +2,7 @@ import { storeSet } from '../store';
|
||||
|
||||
const set404FromErrorResponse = (data) => {
|
||||
if (data && data.status === 'NOT_FOUND') {
|
||||
storeSet.main.isError404(true);
|
||||
//storeSet.main.isError404(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user