Skip to content

Commit

Permalink
Merge branch 'main' into feat/set-maxlength-for-textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dh4x committed Dec 10, 2024
2 parents 05d9a27 + 399124b commit 02109bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"styled-components": "5.3.11"
},
"devDependencies": {
"better-sqlite3": "^11.6.0",
"better-sqlite3": "^11.7.0",
"jest": "^29.7.0",
"supertest": "^7.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,10 @@
"type": "dynamiczone",
"components": [
"basic.heading",
"basic.link",
"basic.paragraph",
"form-elements.button",
"form-elements.input",
"form-elements.select",
"form-helper.errors",
"page.info-box-item",
"page.info-box",
"page.box",
"page.box-with-image",
"form-elements.dropdown",
"page.inline-notice",
"page.link-list-box",
"page.list",
Expand Down
5 changes: 0 additions & 5 deletions src/api/result-page/content-types/result-page/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@
},
"component": "basic.link"
},
"reasonings": {
"type": "relation",
"relation": "oneToMany",
"target": "api::element-with-id.element-with-id"
},
"documents": {
"type": "relation",
"relation": "oneToOne",
Expand Down

0 comments on commit 02109bd

Please sign in to comment.