diff --git a/apps/smart-forms-app/src/features/playground/components/Playground.tsx b/apps/smart-forms-app/src/features/playground/components/Playground.tsx index 12ce17d1..4c4cf69a 100644 --- a/apps/smart-forms-app/src/features/playground/components/Playground.tsx +++ b/apps/smart-forms-app/src/features/playground/components/Playground.tsx @@ -154,7 +154,7 @@ function Playground() { } // Observation $extract - async function handleObservationExtract() { + function handleObservationExtract() { const observations = extractObservationBased(sourceQuestionnaire, updatableResponse); setExtractedResource(observations);