Forgot passing blankCopy

This commit is contained in:
Lim Chee Aun 2024-05-19 16:24:29 +08:00
parent 7be1e589ab
commit ced4dc86aa

View file

@ -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>
)} )}