chore: change worker name with contractor

This commit is contained in:
2026-06-24 15:42:22 +05:30
parent 81a53b692d
commit 8665762ba2
3 changed files with 6 additions and 6 deletions

View File

@@ -63,9 +63,9 @@ export function AssignableWorkerSelect({
lookup={lookup}
onValueChange={onValueChange}
disabled={disabled}
placeholder="Select worker"
searchPlaceholder="Search workers..."
emptyMessage="No assignable workers found."
placeholder="Select contractor"
searchPlaceholder="Search contractors"
emptyMessage="No assignable contractors found."
/>
);
}