refactor domain types to rename itemType

This commit is contained in:
jeffvli
2025-11-13 22:04:00 -08:00
parent 8c4e9895e6
commit 895dc19736
9 changed files with 54 additions and 40 deletions
@@ -87,7 +87,7 @@ export const useDefaultItemListControls = () => {
rangeItem &&
typeof rangeItem === 'object' &&
'_serverId' in rangeItem &&
'itemType' in rangeItem
'_itemType' in rangeItem
) {
const rangeRowId = internalState.extractRowId(rangeItem);
if (rangeRowId) {