このコミットが含まれているのは:
@@ -44,6 +44,7 @@ import {
|
|||||||
retryImportRow,
|
retryImportRow,
|
||||||
loadPostImportSession,
|
loadPostImportSession,
|
||||||
compactMessageRecord,
|
compactMessageRecord,
|
||||||
|
serialisedPostImportRowsEqual,
|
||||||
savePostImportSession,
|
savePostImportSession,
|
||||||
} from '@/lib/postImportSession'
|
} from '@/lib/postImportSession'
|
||||||
import { useClientBehaviourSettings } from '@/lib/useClientBehaviourSettings'
|
import { useClientBehaviourSettings } from '@/lib/useClientBehaviourSettings'
|
||||||
@@ -487,6 +488,9 @@ const PostImportReviewPage: FC<Props> = ({ user }) => {
|
|||||||
const previewSequenceRef = useRef (0)
|
const previewSequenceRef = useRef (0)
|
||||||
const metadataSequenceRef = useRef (0)
|
const metadataSequenceRef = useRef (0)
|
||||||
|
|
||||||
|
const showStorageError = (message: string) =>
|
||||||
|
toast ({ description: message })
|
||||||
|
|
||||||
const commitSessionState = (
|
const commitSessionState = (
|
||||||
nextSession: PostImportSession,
|
nextSession: PostImportSession,
|
||||||
): {
|
): {
|
||||||
|
|||||||
新しい課題から参照
ユーザをブロックする