lavoce #6

Merged
bragaz_rexita merged 5 commits from lavoce into main 2025-10-23 07:28:12 +00:00
Showing only changes of commit 3a057f7ef0 - Show all commits

View File

@@ -64,7 +64,6 @@ const IndexStatus = memo(function IndexStatus() {
return (
<React.Fragment>
{actionMode === 'list' && (
<ListStatus
actionMode={actionMode}
setActionMode={setMode}
@@ -72,7 +71,7 @@ const IndexStatus = memo(function IndexStatus() {
setSelectedData={setSelectedData}
readOnly={readOnly}
/>
)}
<DetailStatus
setActionMode={setMode}
selectedData={selectedData}