Skip to content

Commit

Permalink
Make sure setEnrichedUsers is called when tenantOwnerLoaded (Budibase…
Browse files Browse the repository at this point in the history
  • Loading branch information
melohagan authored Aug 30, 2024
1 parent 4b5ab43 commit fc36747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
$: pendingSchema = getPendingSchema(schema)
$: userData = []
$: inviteUsersResponse = { successful: [], unsuccessful: [] }
$: setEnrichedUsers($fetch.rows)
$: setEnrichedUsers($fetch.rows, tenantOwnerLoaded)
const setEnrichedUsers = async rows => {
if (!tenantOwnerLoaded) {
Expand Down

0 comments on commit fc36747

Please sign in to comment.