console.log
This commit is contained in:
parent
905cc40fa1
commit
cfc985ffb0
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ const color2 = computed(() => {
|
|||
const { state: allOrgs } = useOrganization();
|
||||
|
||||
const myOrgs = computed(() => {
|
||||
console.log(orgs)
|
||||
if (allOrgs.value.status !== 'success') {
|
||||
return [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue