Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm committed Aug 9, 2023
1 parent 52e1d78 commit 2f5c7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/request-workflow-status/data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import moment from 'moment';

/** Types of workflow state statuses */
/** Types of workflow state status */
export const workflowStateTypes = {
success: { text: 'success', tagType: 'green' },
error: { text: 'error', tagType: 'red' },
Expand Down

0 comments on commit 2f5c7cb

Please sign in to comment.