Spaces:
Build error
Build error
Adrien Denat
commited on
Commit
•
a732b79
1
Parent(s):
44834c9
fix chat staying pending when there is a server error (#186)
Browse files
src/routes/conversation/[id]/+page.svelte
CHANGED
@@ -143,6 +143,7 @@
|
|
143 |
console.error(err);
|
144 |
} finally {
|
145 |
loading = false;
|
|
|
146 |
}
|
147 |
}
|
148 |
|
|
|
143 |
console.error(err);
|
144 |
} finally {
|
145 |
loading = false;
|
146 |
+
pending = false;
|
147 |
}
|
148 |
}
|
149 |
|