mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Fix import/export in extended bundle
This commit is contained in:
@@ -14,6 +14,7 @@ import user from "mvc/user/user-model";
|
||||
import Modal from "mvc/ui/ui-modal";
|
||||
export { default as pages } from "galaxy.pages";
|
||||
export { createTabularDatasetChunkedView } from "mvc/dataset/data";
|
||||
import { HistoryCollection } from "mvc/history/history-model";
|
||||
export { History } from "mvc/history/history-model";
|
||||
export { HistoryContents } from "mvc/history/history-contents";
|
||||
import MultiPanel from "mvc/history/multi-panel";
|
||||
@@ -68,7 +69,7 @@ export function library(options) {
|
||||
}
|
||||
|
||||
export function multiHistory(options) {
|
||||
let histories = new History.HistoryCollection([], {
|
||||
let histories = new HistoryCollection([], {
|
||||
includeDeleted: options.includingDeleted,
|
||||
order: options.order,
|
||||
limitOnFirstFetch: options.limit,
|
||||
|
||||
Reference in New Issue
Block a user