update supported limit

This commit is contained in:
AykutSarac 2024-08-09 23:07:59 +03:00
parent 769ab50f1a
commit 3939c9842f
No known key found for this signature in database

View File

@ -136,7 +136,7 @@ const GraphCanvas = ({ isWidget }: GraphProps) => {
);
};
const SUPPORTED_LIMIT = 600;
const SUPPORTED_LIMIT = 400;
export const GraphView = ({ isWidget = false }: GraphProps) => {
const setVisible = useModal(state => state.setVisible);