fix: address review nits in load3d (#8779)

## Summary
- Refactor getModelUrl to use const instead of let
- add missing language key

improve for https://github.com/Comfy-Org/ComfyUI_frontend/pull/8765

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8779-fix-address-review-nits-in-load3d-3036d73d36508183af11c5e9bc545650)
by [Unito](https://www.unito.io)
This commit is contained in:
Terry Jia
2026-02-10 16:09:54 -05:00
committed by GitHub
parent 9ecbb3af27
commit 19a724710c
2 changed files with 8 additions and 14 deletions

View File

@@ -2387,6 +2387,7 @@
"placeholderImage": "Select image...",
"placeholderAudio": "Select audio...",
"placeholderVideo": "Select video...",
"placeholderMesh": "Select mesh...",
"placeholderModel": "Select model...",
"placeholderUnknown": "Select media..."
},