mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
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