Commit c8e56b7
authored
feat(ui):Update API connection failed error message (#567)
## 📝 Pull Request Template
### 1. Related Issue
Closes # (issue number)
### 2. Type of Change (select one)
other
### 3. Description
updated the error message displayed when an API connection fails to be
more descriptive and helpful to users.
### 4. Testing
- [x] I have tested this locally.
- [x] I have updated or added relevant tests.
### 5. Checklist
- [x] I have read the [Code of Conduct](./CODE_OF_CONDUCT.md)
- [x] I have followed the [Contributing Guidelines](./CONTRIBUTING.md)
- [x] My changes follow the project's coding style
---------
Co-authored-by: MXD66 <239960619+MXD66@users.noreply.github.com>1 parent 38dd2ec commit c8e56b7
File tree
2 files changed
+13
-3
lines changed- frontend/src/components/valuecell/form
- python/valuecell/server/api/routers
2 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
286 | 290 | | |
287 | 291 | | |
288 | 292 | | |
| |||
291 | 295 | | |
292 | 296 | | |
293 | 297 | | |
294 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
295 | 303 | | |
296 | 304 | | |
297 | 305 | | |
| |||
0 commit comments