mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
feedback fix
This commit is contained in:
parent
3791852a94
commit
92c51123aa
@ -4,7 +4,6 @@ import { rest } from 'msw';
|
||||
const handlers = [
|
||||
rest.get('*/settings', (req, res, ctx) => {
|
||||
return res(
|
||||
ctx.delay(200),
|
||||
ctx.status(200),
|
||||
ctx.json({
|
||||
data: { autoOrientation: true, responsiveDimensions: true, sizeOptimization: false },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user