]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/shared/user-real-quota-info.component.ts
Help button must not send the parent form
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / shared / user-real-quota-info.component.ts
index 069eeba12ff860243e1d99461f7871e2a24ce3ff..0a342c799d6553f94fdf723a0ccbdfed3504ea3e 100644 (file)
@@ -4,8 +4,7 @@ import { HTMLServerConfig, VideoResolution } from '@shared/models/index'
 
 @Component({
   selector: 'my-user-real-quota-info',
-  templateUrl: './user-real-quota-info.component.html',
-  styleUrls: [ './user-real-quota-info.component.scss' ]
+  templateUrl: './user-real-quota-info.component.html'
 })
 export class UserRealQuotaInfoComponent implements OnInit {
   @Input() videoQuota: number | string