Skip to content

Commit

Permalink
updateSample with raw sample data (#4905)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane authored Oct 8, 2024
1 parent 46c1929 commit cd62462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packages/core/src/components/Modal/use-looker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function useLooker<L extends fos.Lookers>({
colorScheme;
/** end refreshers */

!initialRef.current && looker.updateSample(sample);
!initialRef.current && looker.updateSample(sample.sample);
}, [colorScheme, looker, sample]);

useEffect(() => {
Expand Down

0 comments on commit cd62462

Please sign in to comment.