Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update bookmarks tree move to root features #7586

Prev Previous commit
Next Next commit
Merge branch 'feat/gw7925-normalize-cypress-test' into feat/115447-11…
…9721-update-dnd-root-move
ryoji-s committed Apr 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit de6df354d71711c5d2d42d5dc52812197579cb47
2 changes: 1 addition & 1 deletion apps/app/src/components/Bookmarks/BookmarkFolderMenu.tsx
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ import { toastError } from '~/client/util/toastr';
import { BookmarkFolderItems } from '~/interfaces/bookmark-info';
import { useSWRBookmarkInfo, useSWRxCurrentUserBookmarks } from '~/stores/bookmark';
import { useSWRxBookmarkFolderAndChild } from '~/stores/bookmark-folder';
import { useSWRxCurrentPage } from '~/stores/page';
import { useSWRxCurrentPage, useSWRxPageInfo } from '~/stores/page';

import { FolderIcon } from '../Icons/FolderIcon';

You are viewing a condensed version of this merge commit. You can view the full changes here.