1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

auto select model after creation

This commit is contained in:
Michael Shanks 2020-06-02 07:56:50 +01:00
parent afe8713e6f
commit 9b55870c24

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
}),
},