This commit is contained in:
Nick Mowen 2023-01-09 21:04:05 -07:00
parent edd53e3efb
commit 9c21b246ef

View File

@ -74,7 +74,7 @@ export default function System() {
};
const onCopyVainfo = async () => {
copy(JSON.stringify(state.vaifp, null, 2));
copy(JSON.stringify(state.vainfo, null, 2));
setState({ ...state, vainfo: '', showVainfo: false });
};