Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Nov 27, 2019
1 parent 8f201b2 commit 6e995b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/legacy/plugins/epm/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* you may not use this file except in compliance with the Elastic License.
*/

// Separate install status type for the UI, which overlaps with common/types/InstallationStatus,
// look into finding a way to combine them?
// Separate install status type for the UI, which overlaps with common/types/InstallationStatus,
// look into finding a way to combine them?
export enum InstallStatus {
installed = 'installed',
notInstalled = 'not_installed',
installing = 'installing',
uninstalling = 'uninstalling',
}
}

0 comments on commit 6e995b8

Please sign in to comment.