1
0
Fork 0
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:
Chocobozzz 2021-02-10 09:05:29 +01:00
parent ead64cdf8d
commit 21e493d4d8
No known key found for this signature in database
GPG key ID: 583A612D890159BE
21 changed files with 141 additions and 105 deletions

View file

@ -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