diff --git a/NNDropdown/operations.tsx b/NNDropdown/operations.tsx index 9171b9f..4218f89 100644 --- a/NNDropdown/operations.tsx +++ b/NNDropdown/operations.tsx @@ -31,6 +31,8 @@ export async function _getAvailableOptions(context: ComponentFramework.Context (a.text > b.text) ? 1 : ((b.text > a.text) ? -1 : 0)) + return allOptions; }