Skip to content

Commit 166acbb

Browse files
committed
use empty string ('false' was saved in the DB entry)
1 parent bec6364 commit 166acbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/recommendations/disable-comment-pagination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ prplInteractiveTaskFormListener.settings( {
1111
settingPath: '{}',
1212
taskId: 'disable-comment-pagination',
1313
popoverId: 'prpl-popover-disable-comment-pagination',
14-
settingCallbackValue: () => false,
14+
settingCallbackValue: () => '',
1515
} );

0 commit comments

Comments
 (0)