Skip to content

Commit

Permalink
feat APP-24 project data stream renaming (#63)
Browse files Browse the repository at this point in the history
* feat: add data stream admin body

* chore: rename description
  • Loading branch information
blushi authored Jul 16, 2024
1 parent 22ac545 commit b46ab44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/documents/registry/projectPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default {
validation: Rule => Rule.required(),
},
{
title: 'Data Stream Admin Body',
name: 'dataStreamAdminBody',
title: 'Data Stream Admin Description',
name: 'dataStreamAdminDescription',
type: 'customPortableText',
validation: Rule => Rule.required(),
}
Expand Down

0 comments on commit b46ab44

Please sign in to comment.