Skip to content

Commit

Permalink
Include core-js polyfill for array.prototype.includes in NvtFamilies
Browse files Browse the repository at this point in the history
  • Loading branch information
swaterkamp committed Jun 10, 2020
1 parent c930f82 commit c4da57a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gsa/src/web/pages/scanconfigs/nvtfamilies.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import 'core-js/features/string/includes';

import React from 'react';

import _ from 'gmp/locale';
Expand Down

0 comments on commit c4da57a

Please sign in to comment.