From 5507bd0286b12a6e7fe54dcd4ce1d02f042e9da0 Mon Sep 17 00:00:00 2001 From: Tony Valle Date: Tue, 17 Oct 2023 10:50:28 +0200 Subject: [PATCH] refactor: fix flow syntax highlighting in vscode --- .../SingleLockedSelect/SingleLockedSelect.component.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/core_modules/capture-core/components/ScopeSelector/SingleLockedSelect/SingleLockedSelect.component.js b/src/core_modules/capture-core/components/ScopeSelector/SingleLockedSelect/SingleLockedSelect.component.js index 46ac687c8c..6876a09fc9 100644 --- a/src/core_modules/capture-core/components/ScopeSelector/SingleLockedSelect/SingleLockedSelect.component.js +++ b/src/core_modules/capture-core/components/ScopeSelector/SingleLockedSelect/SingleLockedSelect.component.js @@ -14,7 +14,7 @@ import type { Icon } from '../../../metaData'; type Props = {| isUserInteractionInProgress?: boolean, - options: Array<{| label: string, value: any, icon?: Icon |}>, + options: Array