mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add ability to set a custom quota
This commit is contained in:
parent
ead64cdf8d
commit
21e493d4d8
21 changed files with 141 additions and 105 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Component, forwardRef, Input, OnInit } from '@angular/core'
|
||||
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
|
||||
import { SelectOptionsItem } from './select-options.component'
|
||||
import { SelectOptionsItem } from '../../../../types/select-options-item.model'
|
||||
|
||||
export type ItemSelectCheckboxValue = { id?: string | number, group?: string } | string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue