Added base logic for seeing jobs to supplement. Supplement import not yet working.
This commit is contained in:
@@ -118,7 +118,8 @@ export default function OwnerFindModalComponent({
|
||||
checked={selectedOwner ? false : true}
|
||||
onClick={() => setSelectedOwner(null)}
|
||||
>
|
||||
Create a new Owner record for this job.
|
||||
|
||||
{t("owners.labels.create_new")}
|
||||
</Checkbox>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user