Revert "feat: add auto search logic"

This commit is contained in:
Karishma Shukla
2026-01-23 17:45:11 +05:30
committed by GitHub
parent 8151b8d321
commit 536f046b60
6 changed files with 41 additions and 610 deletions

View File

@@ -97,7 +97,7 @@ const LoadingRobotRow = memo(({ row, columns }: any) => {
} else if (column.id === 'interpret') {
return (
<MemoizedTableCell key={column.id} align={column.align}>
<Box sx={{ opacity: 0.3 }}>-</Box>
<CircularProgress size={20} />
</MemoizedTableCell>
);
} else {