fix: frontend fixes

Signed-off-by: Shivanshu Raj Shrivastava <shivanshu1333@gmail.com>
This commit is contained in:
Shivanshu Raj Shrivastava 2025-05-05 03:37:48 +05:30
parent a62bf6fc60
commit 69c06429c2
No known key found for this signature in database
GPG Key ID: D34D26C62AC3E9AE

View File

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