Yicong-Huang opened a new issue, #5984: URL: https://github.com/apache/texera/issues/5984
Two Angular extended-diagnostic warnings remain in the frontend build: - `NG8113` — `card-item.component.ts` lists `NzWaveDirective` in its standalone `imports` array but never uses it in the template (same class of unused-import as #5974). - `NG8107` — `computing-unit-selection.component.html` uses `pve.name?.trim()` where `pve.name` is non-nullable, so the `?.` can be a plain `.`. Remove the unused directive import and the redundant optional-chaining operator. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
