From 21e493d4d8acb7a650eff3a30cd7e086b3cb8a28 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 Feb 2021 09:05:29 +0100 Subject: Add ability to set a custom quota --- .../app/shared/shared-forms/select/select-options.component.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'client/src/app/shared/shared-forms/select/select-options.component.ts') diff --git a/client/src/app/shared/shared-forms/select/select-options.component.ts b/client/src/app/shared/shared-forms/select/select-options.component.ts index 51a3f515d..2890670e5 100644 --- a/client/src/app/shared/shared-forms/select/select-options.component.ts +++ b/client/src/app/shared/shared-forms/select/select-options.component.ts @@ -1,13 +1,6 @@ import { Component, forwardRef, Input } from '@angular/core' import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms' - -export type SelectOptionsItem = { - id: string | number - label: string - description?: string - group?: string - groupLabel?: string -} +import { SelectOptionsItem } from '../../../../types/select-options-item.model' @Component({ selector: 'my-select-options', -- cgit v1.2.3