Skip to content

Commit

Permalink
Update config enabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsharpe committed Sep 20, 2024
1 parent 3249c7e commit e30cfec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const ConfigHeader = ({
const _data = { ...selectedAgentData, ...data }
_data.enabled = !!_data.enabled
_data.updatedAt = new Date().toISOString()
// _data.secrets = _data.secrets || '{}' // TODO: Deprecated
// _data.pingedAt = new Date().toISOString() // TODO: Deprecated
_data.secrets = _data.secrets || '{}' // TODO: Deprecated
_data.pingedAt = new Date().toISOString() // TODO: Deprecated

updateAgent(_data)
.unwrap()
Expand Down

0 comments on commit e30cfec

Please sign in to comment.