mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 13:02:43 +00:00
Reset searching state on error
This commit is contained in:
@@ -60,6 +60,7 @@ const ArchivePage = createClass({
|
|||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(`LoadPage error: ${error}`);
|
console.log(`LoadPage error: ${error}`);
|
||||||
|
this.updateStateWithBrews([], 1, 1);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user