Nit, can you use array spread here instead of `concat`? ```javascript filters = [...filters, ...subslice.form_data.filters]; ```
Same below, in the two uses of `concat`. It's the new preferred way of concatenating arrays. [ Full content available at: https://github.com/apache/incubator-superset/pull/5767 ] This message was relayed via gitbox.apache.org for [email protected]
