From 208f02f43ad6c6653cac09761eef6681f997b432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Emir=20=C5=9Een?= Date: Mon, 27 May 2024 14:57:10 +0300 Subject: [PATCH] revert: revert preset changes --- presets.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/presets.js b/presets.js index 7d08a3da..db7e097e 100644 --- a/presets.js +++ b/presets.js @@ -51,20 +51,6 @@ module.exports = { "headless-example": "no", }, }, - { - name: "test-title-option", - type: "refine-remix", - answers: { - "title": "Refine Remix", - "svg": "
", - "ui-framework": "antd", - "data-provider": "data-provider-custom-json-rest", - "auth-provider": "auth-provider-custom", - "antd-example": "antd-example", - "mui-example": "no", - "headless-example": "no", - } - }, { name: "refine-antd-nextjs", type: "refine-nextjs",