ragflow/web
lcjia_you 63ca15c595
Fix a bug in 'assistant-setting.tsx' that causes the upload button to… (#796)
… incorrectly appear on the model settings page.

### What problem does this PR solve?

This is an issue with the Upload component on the assistant-setting
page. I use the show variable to explicitly control the button component
within it.

see:

![20240516000417](https://github.com/infiniflow/ragflow/assets/37476944/de88f911-6dbd-412d-a981-86cf60aa2257)


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] Other (please describe): Add the local models that DeepDoc depends
on to the gitignore file in dev mode.

Signed-off-by: liuchao <lcjia_you@126.com>
2024-05-16 10:49:41 +08:00
..
public feat: display chunk token number when category of knowledge as general and unavailable llm models appear disabled and if the backend returns 401, it will jump to the login page and fixed the issue where the greeting would disappear when clicking on a new dialog (#117) 2024-03-11 16:13:34 +08:00
src Fix a bug in 'assistant-setting.tsx' that causes the upload button to… (#796) 2024-05-16 10:49:41 +08:00
.env add front end code (#27) 2024-01-17 09:37:01 +08:00
.eslintrc.js feat: set chunk to available state and select all chunk (#57) 2024-02-06 18:45:20 +08:00
.gitignore update knowledge_kb (#34) 2024-01-18 18:27:38 +08:00
.npmrc add front end code (#27) 2024-01-17 09:37:01 +08:00
.prettierignore feat: install prettier to format code and add react-dev-inspector to locate code in the IDE faster (#44) 2024-01-29 15:02:27 +08:00
.prettierrc feat: install prettier to format code and add react-dev-inspector to locate code in the IDE faster (#44) 2024-01-29 15:02:27 +08:00
.umirc.ts feat: support GPT-4o #771 and hide the add button when the folder is a knowledge base (#775) 2024-05-15 11:34:57 +08:00
externals.d.ts fix: cannot save the system model setting #468 (#508) 2024-04-23 17:46:56 +08:00
package-lock.json feat: support GPT-4o #771 and hide the add button when the folder is a knowledge base (#775) 2024-05-15 11:34:57 +08:00
package.json feat: support GPT-4o #771 and hide the add button when the folder is a knowledge base (#775) 2024-05-15 11:34:57 +08:00
reducer.js add front end code (#27) 2024-01-17 09:37:01 +08:00
tsconfig.json feat: add image for chunk method (#139) 2024-03-21 16:45:03 +08:00
typings.d.ts feat: delete the added model #503 and display an error message when the requested file fails to parse #684 (#708) 2024-05-10 10:38:39 +08:00