fix: catch network failed error and show prompt in response section

This commit is contained in:
liyasthomas
2021-08-15 11:57:20 +05:30
parent 7acde1c174
commit 872ba2d48e
3 changed files with 37 additions and 9 deletions

View File

@@ -141,7 +141,7 @@ export default {
.covers-response {
@apply absolute;
@apply inset-0;
@apply bg-primary;
@apply bg-white;
@apply h-full;
@apply w-full;
@apply border;