style: run prettier

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-24 09:04:10 -03:00
commit ef1e70d151

View file

@ -243,12 +243,10 @@ const useFlowStore = create<FlowStoreType>((set, get) => ({
}
if (selection.nodes) {
if (checkOldComponents({ nodes: selection.nodes ?? [] })) {
useAlertStore
.getState()
.setNoticeData({
title:
"Components created before Langflow 1.0 may be unstable. Ensure components are up to date.",
});
useAlertStore.getState().setNoticeData({
title:
"Components created before Langflow 1.0 may be unstable. Ensure components are up to date.",
});
}
}
let minimumX = Infinity;