Skip to content

Commit

Permalink
fix: Fix openpitrix app query params
Browse files Browse the repository at this point in the history
  • Loading branch information
leoliu committed Feb 6, 2020
1 parent 7a35b7f commit f9f653e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/openpitrix/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const REVIEW_QUERY_STATUS = {
unprocessed: 'submitted',
}

export const CLUSTER_QUERY_STATUS = 'active|stopped|ceased|pending|suspended'
export const CLUSTER_QUERY_STATUS = 'active|stopped|pending|suspended'

export const UPLOAD_STATUS_WORD = {
init: 'UPLOAD_SUPPORT_FORMAT',
Expand Down

0 comments on commit f9f653e

Please sign in to comment.