mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Fixing CSRF issues (#2569)
* 0.17.4 * Fixing CSRF issues Since turning CSRF across the site with Flask-WTF, a few POST request have been failing. This PR addresses these issues.
This commit is contained in:
committed by
GitHub
parent
3ed45ab98c
commit
ddeabdd048
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import AlertsWrapper from '../../../javascripts/SqlLab/components/AlertsWrapper';
|
||||
import AlertsWrapper from '../../../javascripts/components/AlertsWrapper';
|
||||
import { describe, it } from 'mocha';
|
||||
import { expect } from 'chai';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user