mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
undo
This commit is contained in:
parent
9722135cda
commit
d45b76fab4
@ -8,7 +8,6 @@ import { queueApi } from 'services/api/endpoints/queue';
|
|||||||
import { theme, TOAST_OPTIONS } from 'theme/theme';
|
import { theme, TOAST_OPTIONS } from 'theme/theme';
|
||||||
|
|
||||||
import { startAppListening } from '..';
|
import { startAppListening } from '..';
|
||||||
import { batchEnqueued } from '../../../actions';
|
|
||||||
|
|
||||||
const { toast } = createStandaloneToast({
|
const { toast } = createStandaloneToast({
|
||||||
theme: theme,
|
theme: theme,
|
||||||
@ -20,7 +19,6 @@ export const addBatchEnqueuedListener = () => {
|
|||||||
startAppListening({
|
startAppListening({
|
||||||
matcher: queueApi.endpoints.enqueueBatch.matchFulfilled,
|
matcher: queueApi.endpoints.enqueueBatch.matchFulfilled,
|
||||||
effect: async (action) => {
|
effect: async (action) => {
|
||||||
console.log({ action })
|
|
||||||
const response = action.payload;
|
const response = action.payload;
|
||||||
const arg = action.meta.arg.originalArgs;
|
const arg = action.meta.arg.originalArgs;
|
||||||
logger('queue').debug(
|
logger('queue').debug(
|
||||||
|
Loading…
Reference in New Issue
Block a user