Skip to content

Commit

Permalink
feat: polishing details pane for site workspace (#1270)
Browse files Browse the repository at this point in the history
* feat: polishing details pane for site workspace

* feat: changed tests
  • Loading branch information
abp6318 authored Oct 12, 2023
1 parent 25dfecd commit e1eee40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/src/sites/_internal/SiteUiSchemaEdit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const buildUiSchema = async (
scope: "/properties/description",
type: "Control",
options: {
control: "hub-field-input-input",
control: "hub-field-input-rich-text",
type: "textarea",
helperText: {
labelKey: `${i18nScope}.fields.description.helperText`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe("buildUiSchema: site edit", () => {
scope: "/properties/description",
type: "Control",
options: {
control: "hub-field-input-input",
control: "hub-field-input-rich-text",
type: "textarea",
helperText: {
labelKey: "some.scope.fields.description.helperText",
Expand Down

0 comments on commit e1eee40

Please sign in to comment.