Skip to content

Commit

Permalink
add all others
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Mar 28, 2024
1 parent 29f8c26 commit 004abe5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ export const dataWarehouseSceneLogic = kea<dataWarehouseSceneLogicType>([
acc[table.payload.external_data_source.source_type] = []
}
acc[table.payload.external_data_source.source_type].push(table)
} else {
if (!acc['Manual']) {
acc['Manual'] = []
}
acc['Manual'].push(table)
}
return acc
}, {})
Expand Down

0 comments on commit 004abe5

Please sign in to comment.