mirror of
https://github.com/apache/superset.git
synced 2026-05-31 21:29:19 +00:00
fix: Order of Select items when unselecting (#17169)
* fix: Order of Select items when unselecting * Adds a property comparator that supports strings and numbers * Uses a named export for propertyComparator
This commit is contained in:
committed by
GitHub
parent
ef3afbde82
commit
55be249870
@@ -44,6 +44,7 @@ jest.mock('src/components/Select/Select', () => ({
|
||||
</button>
|
||||
</div>
|
||||
),
|
||||
propertyComparator: jest.fn(),
|
||||
}));
|
||||
|
||||
fetchMock.get(datasetsOwnersEndpoint, {
|
||||
|
||||
Reference in New Issue
Block a user