Skip to content

Commit

Permalink
wip: fix missing updateDescription after wonky rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Sep 19, 2024
1 parent 998fa2a commit 4659249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/model/panels/left/ComponentTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function ComponentTab() {
readOnly={readOnly}
description={description}
showPreviewTitle
updateDescription={updateDescription}
updateDescription={description => updateFields({ description })}
previewTitleSx={
description
? {
Expand Down

0 comments on commit 4659249

Please sign in to comment.