Skip to content

Commit

Permalink
fix(mespapiers): The NestedSelect component doesn't manage async options
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Jan 2, 2024
1 parent 8ffffaf commit 1a32212
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ const PlaceholdersSelector = () => {
: navigate('..')
}

// The "NestedSelect" component does not manage asynchronous options.
// See https://github.com/cozy/cozy-ui/issues/2555
if (isKonnectorsLoading) return null

return (
<>
<NestedSelectResponsive
Expand Down

0 comments on commit 1a32212

Please sign in to comment.