summaryrefslogtreecommitdiff
path: root/lib/avl/table/project-avl-table.tsx
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-09-23 14:22:46 +0900
committerjoonhoekim <26rote@gmail.com>2025-09-23 14:22:46 +0900
commitbd758e6611850d6c7c865cf1d5dbfd3ef6946bee (patch)
tree1b974a69ee69c50cfdaaa048f4a0209ea001a06b /lib/avl/table/project-avl-table.tsx
parentda00bbf203534b2663289d6fe45b6ed8663e7e11 (diff)
(김준회) nonsap code 테이블 동기화 처리
Diffstat (limited to 'lib/avl/table/project-avl-table.tsx')
-rw-r--r--lib/avl/table/project-avl-table.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/avl/table/project-avl-table.tsx b/lib/avl/table/project-avl-table.tsx
index 7a0fda2e..9584c6f9 100644
--- a/lib/avl/table/project-avl-table.tsx
+++ b/lib/avl/table/project-avl-table.tsx
@@ -528,15 +528,6 @@ export const ProjectAvlTable = forwardRef<ProjectAvlTableRef, ProjectAvlTablePro
placeholder="프로젝트를 선택하세요"
className="h-9"
/>
- {projectSearchStatus !== 'idle' && (
- <div className="text-xs mt-1 text-muted-foreground">
- {projectSearchStatus === 'success-projects' ? '(프로젝트)' :
- projectSearchStatus === 'success-bidding' ? '(견적프로젝트)' :
- projectSearchStatus === 'searching' ? '(검색 중...)' :
- projectSearchStatus === 'error' ? '(찾을 수 없음)' :
- undefined}
- </div>
- )}
</div>
{/* 프로젝트명 */}