From 7bdb043b970f176b8feea92f5ee2ac920090579c Mon Sep 17 00:00:00 2001 From: bnechyporenko Date: Wed, 6 Jul 2022 21:05:54 +0200 Subject: [PATCH] Incorporated the feedback. Signed-off-by: bnechyporenko --- plugins/catalog/src/plugin.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/catalog/src/plugin.ts b/plugins/catalog/src/plugin.ts index ec4a1b52e1..5419854cb6 100644 --- a/plugins/catalog/src/plugin.ts +++ b/plugins/catalog/src/plugin.ts @@ -79,9 +79,6 @@ export const catalogPlugin = createPlugin({ const defaultOptions = { createButtonTitle: 'Create', }; - if (!options) { - return defaultOptions; - } return { ...defaultOptions, ...options }; }, });