auto select model after creation
This commit is contained in:
parent
afe8713e6f
commit
9b55870c24
|
@ -51,6 +51,7 @@ export const getBackendUiStore = () => {
|
|||
store.update(state => {
|
||||
state.models.push(model)
|
||||
state.models = state.models
|
||||
state.selectedModel = model
|
||||
return state
|
||||
}),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue