mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
creating other things
This commit is contained in:
@@ -83,7 +83,7 @@ export default function ExpandableModule({
|
||||
<Modal buttonText="New Item">
|
||||
{({ closeModal }) => (
|
||||
<div>
|
||||
<NewItemForm moduleName={moduleName} />
|
||||
<NewItemForm moduleName={moduleName} onCreate={closeModal} />
|
||||
<br />
|
||||
<button onClick={closeModal}>close</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user