Refactoring Lenses Using Vue Composables (#1995)

This commit is contained in:
Rishabh Agarwal
2022-01-17 21:00:48 +05:30
committed by GitHub
parent ddff126aaa
commit 647c347eb1
10 changed files with 187 additions and 208 deletions

View File

@@ -145,7 +145,8 @@ const statusCategory = computed(() => {
if (
props.response.type === "loading" ||
props.response.type === "network_fail" ||
props.response.type === "script_fail"
props.response.type === "script_fail" ||
props.response.type === "fail"
)
return {
name: "error",