Skip to content

Commit

Permalink
fix(ui): cancel batch status button greyed out
Browse files Browse the repository at this point in the history
Closes #6110
  • Loading branch information
psychedelicious committed Apr 3, 2024
1 parent 8584171 commit 06f854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokeai/frontend/web/src/services/api/endpoints/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const queueApi = api.injectEndpoints({
{ batch_id: string }
>({
query: ({ batch_id }) => ({
url: buildQueueUrl(`/b/${batch_id}/status`),
url: buildQueueUrl(`b/${batch_id}/status`),
method: 'GET',
}),
providesTags: (result) => {
Expand Down

0 comments on commit 06f854b

Please sign in to comment.