Skip to content

Commit

Permalink
minor updates interface
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jan 18, 2024
1 parent 7d1d12f commit c8aa464
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/views/endpoint/autopilot/AutopilotListDevices.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ const AutopilotListDevices = () => {
const [ocVisible, setOCVisible] = useState(false)

const Actions = (row, index, column) => {
const handleDeleteAPDevice = (apiurl, message) => {
ModalService.confirm({
title: 'Confirm',
body: <div>{message}</div>,
onConfirm: () => ExecuteGetRequest({ path: apiurl }),
confirmLabel: 'Continue',
cancelLabel: 'Cancel',
})
}
return (
<>
<CButton size="sm" color="link" onClick={() => setOCVisible(true)}>
Expand Down

0 comments on commit c8aa464

Please sign in to comment.