From 39bd53a3e2eb5b7f78fa50973604ee820d72434d Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Mon, 25 Nov 2024 12:57:17 +0900 Subject: [PATCH] =?UTF-8?q?setPaging(..)=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/js/base/dataset.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/resources/js/base/dataset.js b/src/main/webapp/resources/js/base/dataset.js index 64a3bd3..f87dacd 100644 --- a/src/main/webapp/resources/js/base/dataset.js +++ b/src/main/webapp/resources/js/base/dataset.js @@ -1604,6 +1604,7 @@ class DatasetControl { } setPaging(obj, option) { + obj = obj || {}; let prefix = this.prefix || obj.prefix; if (!prefix || !obj[prefix + "Paging"]) return;