auto select model after creation
This commit is contained in:
parent
074cb2a886
commit
ad323f5d6b
|
@ -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