Skip to content

Commit

Permalink
Fix: #4
Browse files Browse the repository at this point in the history
  • Loading branch information
BonyChops committed Jul 29, 2022
1 parent 950e15e commit 5291ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ModalCollection/ModalCollection.js
Expand Up @@ -61,7 +61,7 @@ const ModalCollection = (props) => {
M.toast({html: "読み込めませんでした."})
}
}}><Icon left>link</Icon>IDからインポート</Button>,
<Button flat waves="light" onClick={() => getModal("#deleteWarn").close()}>閉じる</Button>
<Button flat waves="light" onClick={() => getModal("#importLink").close()}>閉じる</Button>
]}
bottomSheet={isMobile}>
<Row>
Expand Down

0 comments on commit 5291ea8

Please sign in to comment.