Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 22, 2024
1 parent 1b60176 commit d2f0eaf
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions webui/src/Buttons/EditButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -546,18 +546,21 @@ function TabsSection({ style, controlId, location, steps, runtimeProps, rotaryAc
>
<p></p>
{selectedStep === 'feedbacks' && (
<MyErrorBoundary>
<ControlEntitiesEditor
heading="Feedbacks"
controlId={controlId}
entities={feedbacks}
location={location}
listId="feedbacks"
entityType={EntityModelType.Feedback}
entityTypeLabel="feedback"
onlyFeedbackType={null}
/>
</MyErrorBoundary>
<div>
{/* Wrap the entity-category, for :first-child to work */}
<MyErrorBoundary>
<ControlEntitiesEditor
heading="Feedbacks"
controlId={controlId}
entities={feedbacks}
location={location}
listId="feedbacks"
entityType={EntityModelType.Feedback}
entityTypeLabel="feedback"
onlyFeedbackType={null}
/>
</MyErrorBoundary>
</div>
)}

{selectedKey && selectedStep && (
Expand Down

0 comments on commit d2f0eaf

Please sign in to comment.