From a016818b299d9b7424fc32e5429e3be012c16940 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Wed, 27 Nov 2024 14:34:45 +0900 Subject: [PATCH] =?UTF-8?q?reload()=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/resources/js/base/dataset.js b/src/main/webapp/resources/js/base/dataset.js index f87dacd..0e60caa 100644 --- a/src/main/webapp/resources/js/base/dataset.js +++ b/src/main/webapp/resources/js/base/dataset.js @@ -1553,7 +1553,7 @@ class DatasetControl { prev = option.prev, state = this.dataset.keymapped ? this.dataset.state : null; if (!state) { - state = this.empty ? {currentKey: null, selectedKeys: []} : null; + state = this.dataset.empty ? {currentKey: null, selectedKeys: []} : null; if (!state) { state = {};