Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flow details enhance #6877

Prev Previous commit
- more labels for flow classifications
- nicer popovers
- physical flow/spec data types
- physical flow/spec assessments
- pulled out filters to own widget
- pulled out assessment table to own widget

#6895
davidwatkins73 committed Nov 29, 2023
commit c9307d7c982edd882ea2265aa1f76bd48503e31b
Original file line number Diff line number Diff line change
@@ -82,8 +82,6 @@
flowViewCall = logicalFlowStore.getViewForSelector(selectionOptions);
}
}

$: console.log({filterFlows, physicalFlows, logicalFlows})
</script>