Skip to content
Snippets Groups Projects
Commit 06535f20 authored by fcrisafulli-dev's avatar fcrisafulli-dev
Browse files

removed deprecated blob code

parent a934adb6
No related branches found
No related tags found
No related merge requests found
No preview for this file type
{"Users": 2, "Collections": 1}
\ No newline at end of file
{"Users": 2, "Collections": 2}
\ No newline at end of file
......@@ -22,14 +22,11 @@ const CollectionEditor = (props) => {
}
const saveGlob = async () => {
await dbUpdateCollectionGlob(props.collection["collection_id"],props.collection["collection_data"]["glob"])
}
const generateSummary = async () => {
setOpen(true);
let id = props.collection["collection_id"]
await saveGlob()
if (summarizer === "T5 Summarizer") {
await dbUpdateCollectionSummary(id)
} else if (summarizer === "BERT Summarizer") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment