diff --git a/docs/widget/src/dev.js b/docs/widget/src/dev.js index d7c90a9..068b5d1 100644 --- a/docs/widget/src/dev.js +++ b/docs/widget/src/dev.js @@ -88,8 +88,6 @@ async function initWidget() { widgetInstance = new CWDComments({ el: '#comments', apiBaseUrl: config.apiBaseUrl, - theme: config.theme, - pageSize: 20, }); widgetInstance.mount(); } catch (error) {}