feature/IO-3497-Ant-Design-v5-to-v6 - Signed off Files (Checkpoint)
This commit is contained in:
@@ -45,7 +45,7 @@ export default function OwnerFindModalContainer({
|
||||
{...modalProps}
|
||||
>
|
||||
{loading ? <LoadingSpinner /> : null}
|
||||
{error ? <AlertComponent message={error.message} type="error" /> : null}
|
||||
{error ? <AlertComponent title={error.message} type="error" /> : null}
|
||||
{owner ? (
|
||||
<>
|
||||
<Input.Search
|
||||
|
||||
Reference in New Issue
Block a user