|
@@ -17,7 +17,6 @@ const V5PageMigration: FC<Props> = (props: Props) => {
|
|
|
const onConfirm = async() => {
|
|
const onConfirm = async() => {
|
|
|
setIsV5PageMigrationModalShown(false);
|
|
setIsV5PageMigrationModalShown(false);
|
|
|
try {
|
|
try {
|
|
|
- // もう完了してたらその旨のトースター
|
|
|
|
|
const { isV5Compatible } = await adminAppContainer.v5PageMigrationHandler('upgrade');
|
|
const { isV5Compatible } = await adminAppContainer.v5PageMigrationHandler('upgrade');
|
|
|
if (isV5Compatible) {
|
|
if (isV5Compatible) {
|
|
|
|
|
|