(vals: any[])
| 161 | } |
| 162 | |
| 163 | async function updateRows(vals: any[]) { |
| 164 | return update( |
| 165 | logging, |
| 166 | disableUpdateMany, |
| 167 | dataProvider, |
| 168 | resourceName, |
| 169 | vals, |
| 170 | preCommitCallback, |
| 171 | postCommitCallback |
| 172 | ); |
| 173 | } |
| 174 | |
| 175 | function clickImportButton() { |
| 176 | resetVars(); |
no test coverage detected