do not set model to undefined (#6545)
This commit is contained in:
@@ -99,9 +99,6 @@
|
||||
const resourcePath = resourceValueToPath(resourceValue)
|
||||
|
||||
filterText = ''
|
||||
if (value) {
|
||||
value.model = undefined
|
||||
}
|
||||
|
||||
if (provider && resourcePath) {
|
||||
loadModels(abortController.signal)
|
||||
|
||||
Reference in New Issue
Block a user