-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nr-labs-pathpoint): Update to version v2.1.20
- Loading branch information
1 parent
e5155fd
commit de9ace8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nr-labs-pathpoint
updated
15 files
+42 −0 | docs/CHANGELOG.md | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+77 −0 | src/components/edit-in-place/index.js | |
+23 −0 | src/components/edit-in-place/styles.scss | |
+7 −3 | src/components/flow/header.js | |
+1 −0 | src/components/index.js | |
+3 −6 | src/components/kpi-modal/index.js | |
+9 −12 | src/components/signal-detail-sidebar/incidents.js | |
+10 −5 | src/components/stage/header.js | |
+1 −0 | src/components/stage/styles.scss | |
+35 −19 | src/components/step-settings-modal/index.js | |
+8 −4 | src/components/step/header.js | |
+1 −0 | src/components/styles.scss | |
+2 −0 | src/constants/ui-content.js |