mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
update supported limit
This commit is contained in:
parent
769ab50f1a
commit
3939c9842f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user