Skip to content

Commit

Permalink
Merge pull request #3975 from jblueml/jblueml-fix-verticals-title-edi…
Browse files Browse the repository at this point in the history
…ting

SearchVerticals: fixed title-editing
  • Loading branch information
wobba authored Sep 9, 2024
2 parents 01ceb40 + 4cd44e1 commit 708a243
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export default class DataVerticalsWebPart extends BaseWebPart<ISearchVerticalsWe
title: this.properties.title,
updateProperty: (value: string) => {
this.properties.title = value;
this.render();
},
className: commonStyles.wpTitle
},
Expand Down

0 comments on commit 708a243

Please sign in to comment.