@datagrok/hit-triage 1.3.7 → 1.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README_HD.md +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +1 -1
- package/src/app/accordeons/new-hit-design-campaign-accordeon.ts +5 -1
- package/src/app/hit-design-app.ts +27 -4
- package/src/app/hit-design-views/info-view.ts +5 -3
- package/src/app/pepti-hit-app.ts +1 -1
- package/src/app/types.ts +1 -0
- package/src/app/utils.ts +71 -1
package/CHANGELOG.md
CHANGED
package/README_HD.md
CHANGED
|
@@ -221,4 +221,4 @@ You can also modify the default shyaring permissions for all newly created campa
|
|
|
221
221
|
3. On the context panel, expand the `Settings` pane.
|
|
222
222
|
4. Modify the `Default view permissions` and `Default edit permissions` fields to set the default permissions for all newly created campaigns.
|
|
223
223
|
|
|
224
|
-

|
|
224
|
+

|