mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Forgot useFetch uses .value 🤦♂️💀🙄
This commit is contained in:
parent
5f37fb5049
commit
87d5620e34
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ try {
|
|||
if (sendError.value) {
|
||||
error.value = true;
|
||||
}
|
||||
if (data.requested_action === "CONTINUE") {
|
||||
if (data.userAccount && data.userAccount.length !== 0) {
|
||||
if (data.value.requested_action === "CONTINUE") {
|
||||
if (data.value.userAccount && data.value.userAccount.length !== 0) {
|
||||
allowed.value = true;
|
||||
} else {
|
||||
allowed.value = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue