Incorporated the feedback.

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-07-06 21:05:54 +02:00
parent c3837441c8
commit 7bdb043b97
-3
View File
@@ -79,9 +79,6 @@ export const catalogPlugin = createPlugin({
const defaultOptions = {
createButtonTitle: 'Create',
};
if (!options) {
return defaultOptions;
}
return { ...defaultOptions, ...options };
},
});