Revert "BUG-410 -- update RIFT platform"
[osm/UI.git] / skyquake / plugins / admin / src / components / ListEntryColumn.jsx
1 import React from 'react'
2 import ContainerColumn from './ContainerColumn'
3
4 export default class extends ContainerColumn {
5     constructor(props){
6         super(props);
7         this.state.actions = ['delete'];
8     }
9 }