mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-13 16:38:26 +08:00
Fix: The minimum size of the historical message window for the classification operator is 1. #12778 (#12779)
### What problem does this PR solve? Fix: The minimum size of the historical message window for the classification operator is 1. #12778 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -206,6 +206,8 @@ export const InnerBlurInput = React.forwardRef<
|
||||
);
|
||||
});
|
||||
|
||||
InnerBlurInput.displayName = 'BlurInput';
|
||||
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
InnerBlurInput.whyDidYouRender = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user