Skip to content

Commit

Permalink
#225 – updated possible CIP values for bonds
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitvex committed Apr 19, 2023
1 parent ac95fab commit 2bb7b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/ketcher-core/src/domain/entities/bond.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import { Vec2 } from './vec2'
enum CIP {
E = 'E',
Z = 'Z',
e = 'e',
z = 'z'
M = 'M',
P = 'P'
}

export interface BondAttributes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const bond = {
cip: {
title: 'CIP',
type: 'string',
enum: ['E', 'Z', 'e', 'z']
enum: ['E', 'Z', 'M', 'P']
}
}
}
Expand Down

0 comments on commit 2bb7b72

Please sign in to comment.