mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-27 00:23:21 +00:00
undo
This commit is contained in:
parent
9722135cda
commit
d45b76fab4
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ import { queueApi } from 'services/api/endpoints/queue';
|
|||
import { theme, TOAST_OPTIONS } from 'theme/theme';
|
||||
|
||||
import { startAppListening } from '..';
|
||||
import { batchEnqueued } from '../../../actions';
|
||||
|
||||
const { toast } = createStandaloneToast({
|
||||
theme: theme,
|
||||
|
@ -20,7 +19,6 @@ export const addBatchEnqueuedListener = () => {
|
|||
startAppListening({
|
||||
matcher: queueApi.endpoints.enqueueBatch.matchFulfilled,
|
||||
effect: async (action) => {
|
||||
console.log({ action })
|
||||
const response = action.payload;
|
||||
const arg = action.meta.arg.originalArgs;
|
||||
logger('queue').debug(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue