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>
|
||||
);
|
||||
|
||||
@@ -35,6 +35,7 @@ export default function OwnerFindModalContainer({
|
||||
<Modal
|
||||
title={t("owners.labels.existing_owners")}
|
||||
width={"80%"}
|
||||
okButtonProps={{ disabled: selectedOwner ? false : true }}
|
||||
{...modalProps}
|
||||
>
|
||||
{loading ? <LoadingSpinner /> : null}
|
||||
|
||||
Reference in New Issue
Block a user