mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
added easier access points to modify schema + added relation flip in dialog
This commit is contained in:
@@ -55,8 +55,10 @@ export function FlowsEmpty() {
|
||||
title="No flow selected"
|
||||
description="Please select a flow from the left sidebar or create a new one
|
||||
to continue."
|
||||
buttonText="Create Flow"
|
||||
buttonOnClick={() => navigate(app.getSettingsPath(["flows"]))}
|
||||
primary={{
|
||||
children: "Create Flow",
|
||||
onClick: () => navigate(app.getSettingsPath(["flows"]))
|
||||
}}
|
||||
/>
|
||||
</main>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user