mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
Add submit prop to Monitor so it stops complaining
This commit is contained in:
parent
c21072ae74
commit
379199534b
@ -44,8 +44,10 @@ const MetricMonitors = (props) => {
|
|||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const onSubmit = () => {};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Monitors {...props}>
|
<Monitors submit={onSubmit} {...props}>
|
||||||
{views[page]()}
|
{views[page]()}
|
||||||
</Monitors>
|
</Monitors>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user