mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Clean csv values; Update qfc - for audit count fix
This commit is contained in:
@ -107,7 +107,7 @@ function TableWidget(props: Props): JSX.Element
|
||||
{selector: ".button", format: "skip"}
|
||||
]
|
||||
});
|
||||
csv += `"${text}"`;
|
||||
csv += `"${ValueUtils.cleanForCsv(text)}"`;
|
||||
}
|
||||
csv += "\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user