fix: fix storybook build script not found by Chromatic (#5235)
This commit is contained in:
@ -43,7 +43,7 @@ export const RightDrawerEmailThread = () => {
|
||||
|
||||
useRegisterClickOutsideListenerCallback({
|
||||
callbackId:
|
||||
'EmailThreadClickOutsideCallBack-' + thread.id ?? 'no-thread-id',
|
||||
'EmailThreadClickOutsideCallBack-' + (thread.id ?? 'no-thread-id'),
|
||||
callbackFunction: useRecoilCallback(
|
||||
({ set }) =>
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user