Added base logic for seeing jobs to supplement. Supplement import not yet working.

This commit is contained in:
Patrick Fic
2020-02-12 14:48:03 -08:00
parent 63f8267ded
commit e417b1c9c0
13 changed files with 473 additions and 73 deletions

View File

@@ -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}