Forgot passing blankCopy
This commit is contained in:
parent
7be1e589ab
commit
ced4dc86aa
|
@ -187,6 +187,7 @@ export default function Modals() {
|
||||||
}
|
}
|
||||||
postID={snapStates.showGenericAccounts.postID}
|
postID={snapStates.showGenericAccounts.postID}
|
||||||
onClose={() => (states.showGenericAccounts = false)}
|
onClose={() => (states.showGenericAccounts = false)}
|
||||||
|
blankCopy={snapStates.showGenericAccounts.blankCopy}
|
||||||
/>
|
/>
|
||||||
</Modal>
|
</Modal>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue