We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2c78f commit c451f52Copy full SHA for c451f52
invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/promptChanged.ts
@@ -26,7 +26,7 @@ const matcher = isAnyOf(
26
activeStylePresetIdChanged,
27
stylePresetsApi.endpoints.deleteStylePreset.matchFulfilled,
28
stylePresetsApi.endpoints.updateStylePreset.matchFulfilled,
29
- stylePresetsApi.endpoints.listStylePresets.matchFulfilled,
+ stylePresetsApi.endpoints.listStylePresets.matchFulfilled
30
);
31
32
export const addDynamicPromptsListener = (startAppListening: AppStartListening) => {
0 commit comments