1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(app): ensure placement errors surface per node [EE-7065] (#11820)

Co-authored-by: testa113 <testa113>
This commit is contained in:
Ali 2024-05-14 13:39:53 +12:00 committed by GitHub
parent 9dd9ffdb3b
commit a80aa2b45c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 106 additions and 79 deletions

View file

@ -8,7 +8,6 @@ import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
initMSW(
{
onUnhandledRequest: ({ method, url }) => {
console.log(method, url);
if (url.startsWith('/api')) {
console.error(`Unhandled ${method} request to ${url}.