File tree 1 file changed +2
-0
lines changed
invokeai/frontend/web/src/app/hooks
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import {
16
16
$workflowLibraryTagOptions ,
17
17
workflowLibraryTagsReset ,
18
18
workflowLibraryTagToggled ,
19
+ workflowLibraryViewChanged ,
19
20
} from 'features/nodes/store/workflowLibrarySlice' ;
20
21
import { $isStylePresetsMenuOpen , activeStylePresetIdChanged } from 'features/stylePresets/store/stylePresetSlice' ;
21
22
import { toast } from 'features/toast/toast' ;
@@ -191,6 +192,7 @@ export const useStudioInitAction = (action?: StudioInitAction) => {
191
192
// Go to the workflows tab and open the workflow library modal with the recommended workflows view
192
193
store . dispatch ( setActiveTab ( 'workflows' ) ) ;
193
194
$isWorkflowLibraryModalOpen . set ( true ) ;
195
+ store . dispatch ( workflowLibraryViewChanged ( 'defaults' ) ) ;
194
196
store . dispatch ( workflowLibraryTagsReset ( ) ) ;
195
197
for ( const tag of workflowLibraryTagOptions ) {
196
198
if ( tag . recommended ) {
You can’t perform that action at this time.
0 commit comments