lablup / backend.ai-webui

Backend.AI Web UI for web / desktop app (Windows/Linux/macOS). Backend.AI Web UI provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics.
https://www.backend.ai
GNU Lesser General Public License v3.0
110 stars 73 forks source link

fix: handle Undefined onResize in BAITable component #2799

Closed ironAiken2 closed 3 weeks ago

ironAiken2 commented 3 weeks ago

Fixed a potential null reference error in BAITable's ResizableTitle component by adding an optional chaining operator to the onResize callback. This prevents runtime errors when the callback is undefined.

Teams

Checklist:

graphite-app[bot] commented 3 weeks ago

Your org requires the Graphite merge queue for merging into main

Add the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

ironAiken2 commented 3 weeks ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @ironAiken2 and the rest of your teammates on Graphite Graphite

github-actions[bot] commented 3 weeks ago

Coverage report for ./react

St.:grey_question:
Category Percentage Covered / Total
🔴 Statements 5.09% 348/6838
🔴 Branches 4.64% 218/4698
🔴 Functions 2.97% 67/2257
🔴 Lines 4.99% 333/6679

Test suite run success

93 tests passing in 12 suites.

Report generated by 🧪jest coverage report action from 96dd03593648ef7366d8fcf6749daca54b35397a

graphite-app[bot] commented 3 weeks ago

Merge activity