fix(ui): cancel batch status button greyed out

Closes #6110
This commit is contained in:
psychedelicious 2024-04-03 20:26:33 +11:00 committed by Kent Keirsey
parent 8584171a49
commit 132aadca15

View File

@ -192,7 +192,7 @@ export const queueApi = api.injectEndpoints({
{ batch_id: string } { batch_id: string }
>({ >({
query: ({ batch_id }) => ({ query: ({ batch_id }) => ({
url: buildQueueUrl(`/b/${batch_id}/status`), url: buildQueueUrl(`b/${batch_id}/status`),
method: 'GET', method: 'GET',
}), }),
providesTags: (result) => { providesTags: (result) => {