fix(customtemplates): show correct type (#5668)

pull/5702/head
Chaim Lev-Ari 2021-09-22 08:00:11 +03:00 committed by GitHub
parent cad530ec04
commit 4890f50443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
const CUSTOM_TEMPLATES_TYPES = {
STANDALONE: 1,
SWARM: 2,
SWARM: 1,
STANDALONE: 2,
KUBERNETES: 3,
};