Skip to content
Snippets Groups Projects
Commit 95b6dc83 authored by Steve Reis's avatar Steve Reis
Browse files

fix(datashield): Issue with table style

parent fe6532b6
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ export default class DataShieldService implements IEngineService {
const table = transformToTable.evaluate(data);
return {
...table,
tableStyle: TableStyle.NORMAL,
tableStyle: TableStyle.DEFAULT,
};
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment