do not set model to undefined (#6545)

This commit is contained in:
centdix
2025-09-05 17:21:49 +02:00
committed by GitHub
parent 357d22deeb
commit 12cd3d172f

View File

@@ -99,9 +99,6 @@
const resourcePath = resourceValueToPath(resourceValue)
filterText = ''
if (value) {
value.model = undefined
}
if (provider && resourcePath) {
loadModels(abortController.signal)