Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Sep 30, 2024
1 parent c372200 commit 5abdacd
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,22 @@ const { submitFeedback, isSubmitFeedbackPending } = useSubmitFeedback()
}
"
/>

<HoppButtonSecondary
:icon="IconThumbsDown"
outline
@click="submitFeedback('negative', lastTraceID)"
/>
</template>
<template v-else>
<HoppSmartSpinner />
</template>

<HoppSmartSpinner v-else />
</div>

<div v-if="submittedFeedback">
<p>{{ t("ai_experiments.feedback_thank_you") }}</p>
</div>
<div class="ml-auto">

<div class="ml-auto space-x-2">
<HoppButtonSecondary
:label="t('action.cancel')"
outline
Expand Down

0 comments on commit 5abdacd

Please sign in to comment.