Forgot passing blankCopy

pull/543/head
Lim Chee Aun 2024-05-19 16:24:29 +08:00
rodzic 7be1e589ab
commit ced4dc86aa
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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