mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-14 23:44:01 +02:00
refactor domain types to rename itemType
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user