1
0
Fork 0

console.log

This commit is contained in:
Brian D 2024-12-22 14:20:44 -05:00
parent 905cc40fa1
commit cfc985ffb0

View file

@ -39,7 +39,6 @@ const color2 = computed(() => {
const { state: allOrgs } = useOrganization();
const myOrgs = computed(() => {
console.log(orgs)
if (allOrgs.value.status !== 'success') {
return [];
}