mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 08:42:05 +10:00
sync
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
import React, { useEffect, useMemo } from "react";
|
||||
import {
|
||||
ActionIcon,
|
||||
Affix,
|
||||
AppShell,
|
||||
Button,
|
||||
Group,
|
||||
ScrollArea,
|
||||
Tooltip,
|
||||
@ -62,7 +60,9 @@ export default function ShareShell({
|
||||
const { data } = useGetSharedPageTreeQuery(shareId);
|
||||
const readOnlyEditor = useAtomValue(readOnlyEditorAtom);
|
||||
|
||||
// @ts-ignore
|
||||
const setSharedPageTree = useSetAtom(sharedPageTreeAtom);
|
||||
// @ts-ignore
|
||||
const setSharedTreeData = useSetAtom(sharedTreeDataAtom);
|
||||
|
||||
// Build and set the tree data when it changes
|
||||
|
||||
@ -10,6 +10,6 @@ export async function up(db: Kysely<any>): Promise<void> {
|
||||
export async function down(db: Kysely<any>): Promise<void> {
|
||||
await db.schema
|
||||
.alterTable('auth_providers')
|
||||
.dropColumn('group_sync')// enable_group_sync
|
||||
.dropColumn('group_sync')
|
||||
.execute();
|
||||
}
|
||||
|
||||
Submodule apps/server/src/ee updated: 27c23e94fc...10519eeaa2
Reference in New Issue
Block a user