warning-tails-fix
This commit is contained in:
parent
44801d58ec
commit
b4c8b4a882
|
@ -66,6 +66,7 @@ export const ForgotPasswordForm = () => {
|
|||
if (errors && errors.some((error) => error.message.includes('bad user credentials'))) {
|
||||
setIsUserNotFound(true)
|
||||
}
|
||||
if (data.message) setMessage(data.message)
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
} finally {
|
||||
|
|
|
@ -55,6 +55,7 @@ export const SearchModal = () => {
|
|||
>(
|
||||
async () => {
|
||||
setIsLoading(true)
|
||||
saveScrollPosition()
|
||||
const { hasMore, newShouts } = await loadShoutsSearch({
|
||||
limit: FEED_PAGE_SIZE,
|
||||
text: inputValue(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user