Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MMT-3418: As a metadata user, I want to CRUD draft UMM-V records #1097
MMT-3418: As a metadata user, I want to CRUD draft UMM-V records #1097
Changes from all commits
b576adc
8c9b002
a1676e7
aafa483
b41df15
0e021ca
f35db7e
7cd4dd7
e1c4b36
5f620d3
5e82267
97017dc
2035104
7aeee85
9df2ba1
ab6fdbd
8e24057
e2ebb4e
3dc997a
8debaae
1cbdcd4
5ffd039
67575c4
4ef762d
4297585
e8d4265
cfc4a49
3d6c5bb
6c95cff
c029fe9
45f9573
c34cc23
10a355e
bdae507
c98aeb5
546e3ef
fd52fa9
97853b4
961a487
43d5ca1
5e0efb8
99b437d
022d45f
58052dc
f5d83f6
1eb16de
3710e68
1f152fa
9e38e35
d295d75
c955e80
710a387
5176f2a
add7d3f
e463fba
645d82f
fc54843
1892ea2
92f7ff0
9055304
bb77cb6
4c8e361
66ce69c
6b714a1
2a216c7
7a4d0ab
1fb61ed
35eb20f
35e9841
f3d898a
15ff23e
69d4130
a33e90a
88d3a63
06b85e8
bbe26f7
f257bf3
bb5faa2
186ff04
8d2f390
896e38e
466308b
1e3f000
7310441
d571d69
db9bc1e
dec0df2
678ac61
db7b665
1cec8d0
abc9ba7
832ff76
593cdd9
5c2adb0
c76a41f
0d41364
af22431
ff438ba
09158bf
9ba3849
260b77b
55e930e
e79896f
a7ad01b
9e8550c
7459d64
0464f37
6dda652
d0cccff
4090fdf
c1ea6db
9c52457
25f3304
245ef6b
299ff73
4835fa1
b0aa8b7
9f4bfb0
3b0219f
dd6eee6
c611eef
1b5628c
184d387
183d522
45b3450
18ad71e
c4796f6
094025a
231e84e
31953fa
4a00be6
bd50087
b1cb2e6
52c9db8
42a315a
c3d539d
83dc2ef
54a2c79
5e7bf3b
f321368
9ee7329
d07afd9
ef8d0eb
6c2daaa
61ba49e
d9e28a6
403e619
9e31cdd
493eca9
46f2a93
8366be0
0f6a2cf
ef5e881
251b131
4e9e88a
15588e2
99bc4a3
f32f3b7
a9f4b9a
5e580a6
b880d33
23b3e9a
a6faba9
0aaecc9
b276ef0
596b133
4288459
baa8aa1
f292377
f70240d
53beba6
1584ba4
497c993
b0322f5
885d0bf
fb74c02
1b69908
b065f8f
994107f
b56b575
0628281
4ca18a6
adb1038
c32cc5e
fe8e543
c3b3438
1418577
d7e1595
9a1c345
f2ac653
7a3c2fd
12e1ef8
5214259
15da667
02f307c
864d572
07da5fc
4f3b475
89f36b9
12af131
b9583af
82e0b87
6f46b74
eb7b92f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be reformatted to prevent the max-len error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think its generally bad to be manipulating the keys of an object, which is why eslint is complaining. Did you try to achieve this without having to manipulate the object like this?