diff --git a/schemas/types.ts b/schemas/types.ts index b285bbac..4fbbb9b5 100644 --- a/schemas/types.ts +++ b/schemas/types.ts @@ -69,7 +69,7 @@ export interface BaseField { tab?: string; // UI Facing config, for grouping by tabs abstract?: string; // Used to mark the location of a field in an Abstract schema isCustom?: boolean; // Whether the field is a custom field - filters?: Record; + filters?: Record; getOptions?: () => Promise<{ label: string; value: string }[]>; } diff --git a/src/components/POS/Classic/SelectedItemRow.vue b/src/components/POS/Classic/SelectedItemRow.vue index 24ed440d..337b6264 100644 --- a/src/components/POS/Classic/SelectedItemRow.vue +++ b/src/components/POS/Classic/SelectedItemRow.vue @@ -242,7 +242,7 @@ /> -
+