Skip to content

Commit

Permalink
chore: remove hr in feedback editor when not boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 28, 2025
1 parent d431999 commit ff60cfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion webui/src/Controls/Components/EntityCommonCells.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export function EntityCommonCells({

{!!entity && entityType === EntityModelType.Feedback && onlyFeedbackType === null && (
<>
<hr />
<FeedbackManageStyles
feedbackSpec={entityDefinition}
feedback={entity as FeedbackEntityModel}
Expand Down
1 change: 1 addition & 0 deletions webui/src/Controls/Components/FeedbackStylesCells.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function FeedbackManageStyles({ feedbackSpec, feedback, setSelectedStyleP

return (
<>
<hr />
<CFormLabel htmlFor="colFormStyleProperties" className="col-sm-4 col-form-label col-form-label-sm">
Change style properties
</CFormLabel>
Expand Down

0 comments on commit ff60cfe

Please sign in to comment.