auto select model after creation

This commit is contained in:
Michael Shanks 2020-06-02 07:56:50 +01:00
parent 074cb2a886
commit ad323f5d6b
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ export const getBackendUiStore = () => {
store.update(state => {
state.models.push(model)
state.models = state.models
state.selectedModel = model
return state
}),
},