commit | 2e08f5e1e4d23168f645c9d9d1edfd7b9bd9b20e | [log] [tgz] |
---|---|---|
author | Ole Rehmsen <oler@google.com> | Thu Jan 14 14:20:19 2021 +0100 |
committer | Ole Rehmsen <oler@google.com> | Fri Jan 22 14:10:35 2021 +0100 |
tree | 5e4f9fb0423fcee36f3d9b95a73911b87e69bff7 | |
parent | b7d205140e3a58b7220e120c22e5a8e139a935c7 [diff] [blame] |
Move the Side enum to the API Change-Id: Ie1a7000b66907cd4c2d3001e0325fb5861d3d253
diff --git a/polygerrit-ui/app/constants/constants.ts b/polygerrit-ui/app/constants/constants.ts index 14e57e4..b0f87d7 100644 --- a/polygerrit-ui/app/constants/constants.ts +++ b/polygerrit-ui/app/constants/constants.ts
@@ -161,10 +161,7 @@ HIDDEN = 'HIDDEN', } -export enum Side { - LEFT = 'left', - RIGHT = 'right', -} +export {Side} from '../api/diff'; /** * The type in ConfigParameterInfo entity.