IO-2327 importing job from available jobs table

This commit is contained in:
swtmply
2023-06-15 03:17:36 +08:00
parent 76b17cd249
commit 63f86e4627
4 changed files with 49 additions and 3 deletions

View File

@@ -106,6 +106,7 @@ export default function OwnerFindModalComponent({
<Checkbox
checked={selectedOwner ? false : true}
onClick={() => setSelectedOwner(null)}
data-cy="new_owner_checkbox"
>
{t("owners.labels.create_new")}
</Checkbox>