|
@@ -26,12 +26,10 @@ const PageShareManagement = (props) => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function openArchiveModalHandler() {
|
|
function openArchiveModalHandler() {
|
|
|
- console.log('ログ出るで!');
|
|
|
|
|
setIsArchiveCreateModalShown(true);
|
|
setIsArchiveCreateModalShown(true);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function closeArchiveCreateModalHandler() {
|
|
function closeArchiveCreateModalHandler() {
|
|
|
- console.log('ログ閉じるで!');
|
|
|
|
|
setIsArchiveCreateModalShown(false);
|
|
setIsArchiveCreateModalShown(false);
|
|
|
}
|
|
}
|
|
|
|
|
|