fix pinned columns ’s Media-only button

Media-only toggles could not be used on pinned columns.
The commit fixes this problem.
This commit is contained in:
Kirishima21 2019-05-06 03:31:21 +09:00 committed by ThibG
parent e4ca5414a3
commit 8383222026
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { connect } from 'react-redux';
import ColumnSettings from '../components/column_settings';
import { changeColumnParams } from 'flavours/glitch/actions/columns';
import { changeSetting } from 'flavours/glitch/actions/settings';
const mapStateToProps = (state, { columnId }) => {