Commit ab846a6c authored by d.arizona's avatar d.arizona

apdet

parent e1179e48
...@@ -852,7 +852,7 @@ export default class UserRole extends Component { ...@@ -852,7 +852,7 @@ export default class UserRole extends Component {
<div className="column-1" style={{ alignSelf: 'center' }}> <div className="column-1" style={{ alignSelf: 'center' }}>
<button <button
type="button" type="button"
onClick={()=> this.setState({popupDel: false})} onClick={()=> this.setState({popupDel: false, payload: [], rows: [], judul: ''})}
> >
<div style={{ width: 102, height: 30, border: 'solid 1px #354960', borderRadius: 5, alignItems: 'center', display: 'flex', justifyContent: 'center' }}> <div style={{ width: 102, height: 30, border: 'solid 1px #354960', borderRadius: 5, alignItems: 'center', display: 'flex', justifyContent: 'center' }}>
<span style={{ color: '#354960', fontSize: 11 }}>Cancel</span> <span style={{ color: '#354960', fontSize: 11 }}>Cancel</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment