WIP for manual job creation
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import React from "react";
|
||||
import { Row, Col, Typography } from "antd";
|
||||
export default function JobsCreateOwnerInfoComponent({ loading, owners }) {
|
||||
return (
|
||||
<div>
|
||||
<Row>
|
||||
<Typography.Title>XX</Typography.Title>
|
||||
</Row>
|
||||
<Row>
|
||||
<Col span={16}></Col>
|
||||
|
||||
<Col span={8}></Col>
|
||||
</Row>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user