Skip to content

Commit

Permalink
Clear user projects list when modal closes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Oct 18, 2024
1 parent 2ff3d3d commit 6917f19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
$form.canInvite,
projects,
);
projects = [];
if (error?.byType('NotFoundError')) {
if (error.message === 'Org not found') {
Expand Down

0 comments on commit 6917f19

Please sign in to comment.