diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-21 13:58:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-21 13:58:35 +0200 |
commit | c63830f15403ac4e750829f27d8bbbdc9a59282c (patch) | |
tree | f35048f1b2249bb3eec916964c084b1cd60f7bf3 /client | |
parent | 4d029ef8ec3d5274eeaa3ee6d808eb7035e7faef (diff) | |
download | PeerTube-c63830f15403ac4e750829f27d8bbbdc9a59282c.tar.gz PeerTube-c63830f15403ac4e750829f27d8bbbdc9a59282c.tar.zst PeerTube-c63830f15403ac4e750829f27d8bbbdc9a59282c.zip |
Rename captions commands
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/form-validators/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/form-validators/index.ts b/client/src/app/shared/form-validators/index.ts index c14272a2a..0b605719c 100644 --- a/client/src/app/shared/form-validators/index.ts +++ b/client/src/app/shared/form-validators/index.ts | |||
@@ -1,6 +1,6 @@ | |||
1 | export * from './form-validator.model' | 1 | export * from './form-validator.model' |
2 | 2 | ||
3 | // Don't re export const variables because webpack 4 cannot do tree shaking with them | 3 | // Don't re export const variables because webpack cannot do tree shaking with them |
4 | // export * from './abuse-validators' | 4 | // export * from './abuse-validators' |
5 | // export * from './batch-domains-validators' | 5 | // export * from './batch-domains-validators' |
6 | // export * from './custom-config-validators' | 6 | // export * from './custom-config-validators' |