Skip to content

Commit

Permalink
Automated cleanup (#150)
Browse files Browse the repository at this point in the history
* Added automated cleanup

* Added default value
  • Loading branch information
githubsaturn authored Jul 23, 2024
1 parent b615833 commit dddc212
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/containers/settings/AutomaticDiskCleanup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ export default class AutomaticDiskCleanup extends ApiComponent<
.toLowerCase()
.includes(input.toLowerCase())
}
defaultValue={
self.state.automatedCleanupConfigs
?.timezone
}
options={timeZones}
/>
</Row>
Expand Down

0 comments on commit dddc212

Please sign in to comment.