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:
		
							parent
							
								
									28758a3965
								
							
						
					
					
						commit
						1592cab613
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -1,5 +1,6 @@ | ||||||
| import { connect } from 'react-redux'; | import { connect } from 'react-redux'; | ||||||
| import ColumnSettings from '../components/column_settings'; | import ColumnSettings from '../components/column_settings'; | ||||||
|  | import { changeColumnParams } from 'flavours/glitch/actions/columns'; | ||||||
| import { changeSetting } from 'flavours/glitch/actions/settings'; | import { changeSetting } from 'flavours/glitch/actions/settings'; | ||||||
| 
 | 
 | ||||||
| const mapStateToProps = (state, { columnId }) => { | const mapStateToProps = (state, { columnId }) => { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue