fix: update copy + improve ux on ai experiments (#4393)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Akash K
2024-10-01 16:17:31 +05:30
committed by GitHub
parent 1a7860035f
commit c90aaec65d
8 changed files with 59 additions and 13 deletions

View File

@@ -28,7 +28,12 @@
'animate-pulse': isGenerateRequestNamePending,
}"
:title="t('ai_experiments.generate_request_name')"
@click="generateRequestName(requestContext)"
@click="
async () => {
await generateRequestName(requestContext)
submittedFeedback = false
}
"
/>
</div>