()
| 67 | }; |
| 68 | |
| 69 | const handleApply = () => { |
| 70 | const nnOpArgs: any = opArgs.filter((r) => r != null); |
| 71 | const fe = new reltab.FilterExp(op, nnOpArgs); |
| 72 | onApply(fe); |
| 73 | setDirty(false); |
| 74 | }; |
| 75 | |
| 76 | const handleDone = () => { |
| 77 | handleApply(); |
no test coverage detected