Skip to content

Commit 7824f27

Browse files
committed
fix(lookuptable): fix previous commit
fix previous commit
1 parent d2725c2 commit 7824f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Common/Core/LookupTable/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ export function extend(publicAPI, model, initialValues = {}) {
389389
if (initialValues.table && initialValues.table.length > 0) {
390390
// ensure insertTime is more recently modified than buildTime if
391391
// a table is provided via the constructor
392-
model.insertTime.modified();
392+
initialValues.insertTime.modified();
393393
}
394394
}
395395

0 commit comments

Comments
 (0)