records and edgs
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import {createEventDispatcher, getContext} from "svelte";
|
||||
import Icon from "../common/Icon.svelte";
|
||||
import Index from "../content/Index.svelte";
|
||||
import axios from "axios";
|
||||
|
||||
let dialogEl;
|
||||
|
||||
@@ -38,6 +39,7 @@
|
||||
dispatch("insert", {
|
||||
records: selectedRecords,
|
||||
action: "insert",
|
||||
schema: data.schema.name,
|
||||
});
|
||||
}
|
||||
|
||||
@@ -49,7 +51,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
export function open( schema) {
|
||||
export function open(schema) {
|
||||
dialogEl.showModal()
|
||||
load(schema);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user