mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-25 19:40:24 +00:00
fix: frontend fixes
Signed-off-by: Shivanshu Raj Shrivastava <shivanshu1333@gmail.com>
This commit is contained in:
parent
a62bf6fc60
commit
69c06429c2
@ -1,5 +1,7 @@
|
||||
import './InterStepConfig.styles.scss';
|
||||
|
||||
// COMMENTED OUT: Latency type (P99/P95/P90) UI between funnel steps
|
||||
/*
|
||||
import { Divider } from 'antd';
|
||||
import SignozRadioGroup from 'components/SignozRadioGroup/SignozRadioGroup';
|
||||
import { useFunnelContext } from 'pages/TracesFunnels/FunnelContext';
|
||||
@ -39,5 +41,11 @@ function InterStepConfig({
|
||||
</div>
|
||||
);
|
||||
}
|
||||
*/
|
||||
|
||||
// Dummy export to avoid import errors
|
||||
function InterStepConfig(): null {
|
||||
return null;
|
||||
}
|
||||
|
||||
export default InterStepConfig;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user