Data pane expand issue (#1085)
* Data pane expand issue * Data pane expand issue-1 * Data pane expand issue format * Data pane expand issue formating
This commit is contained in:
parent
af0dc3094b
commit
d7997d716e
|
@ -187,11 +187,14 @@ export const useNotebook: UseStore<NotebookState> = create((set, get) => ({
|
||||||
path: "Gallery",
|
path: "Gallery",
|
||||||
type: NotebookContentItemType.File,
|
type: NotebookContentItemType.File,
|
||||||
};
|
};
|
||||||
const gitHubNotebooksContentRoot = {
|
const gitHubNotebooksContentRoot = notebookManager?.gitHubOAuthService?.isLoggedIn()
|
||||||
|
? {
|
||||||
name: "GitHub repos",
|
name: "GitHub repos",
|
||||||
path: "PsuedoDir",
|
path: "PsuedoDir",
|
||||||
type: NotebookContentItemType.Directory,
|
type: NotebookContentItemType.Directory,
|
||||||
};
|
}
|
||||||
|
: undefined;
|
||||||
|
|
||||||
set({
|
set({
|
||||||
myNotebooksContentRoot,
|
myNotebooksContentRoot,
|
||||||
galleryContentRoot,
|
galleryContentRoot,
|
||||||
|
|
Loading…
Reference in New Issue