@bsol-oss/react-datatable5 12.0.0-beta.35 → 12.0.0-beta.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4405,7 +4405,7 @@ const IdPicker = ({ column, schema, prefix, isMultiple = false, }) => {
|
|
|
4405
4405
|
serverUrl,
|
|
4406
4406
|
searching: searchValue,
|
|
4407
4407
|
in_table: table,
|
|
4408
|
-
where: [{ id: column_ref, value: isMultiple ? watchIds :
|
|
4408
|
+
where: [{ id: column_ref, value: isMultiple ? watchIds : watchId }],
|
|
4409
4409
|
limit: isMultiple ? watchIds.length : 1,
|
|
4410
4410
|
offset: 0,
|
|
4411
4411
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -4385,7 +4385,7 @@ const IdPicker = ({ column, schema, prefix, isMultiple = false, }) => {
|
|
|
4385
4385
|
serverUrl,
|
|
4386
4386
|
searching: searchValue,
|
|
4387
4387
|
in_table: table,
|
|
4388
|
-
where: [{ id: column_ref, value: isMultiple ? watchIds :
|
|
4388
|
+
where: [{ id: column_ref, value: isMultiple ? watchIds : watchId }],
|
|
4389
4389
|
limit: isMultiple ? watchIds.length : 1,
|
|
4390
4390
|
offset: 0,
|
|
4391
4391
|
});
|