style: run prettier
This commit is contained in:
parent
6f836c35b1
commit
ef1e70d151
1 changed files with 4 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue