We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5383e commit 7f1849aCopy full SHA for 7f1849a
1 file changed
src/frontend/src/utils/teams.utils.ts
@@ -46,6 +46,7 @@ export type SubmitText =
46
| 'Create Change Request'
47
| 'Update'
48
| 'Submit Vendor'
49
+ | 'Accept'
50
| 'Copy BOM';
51
52
export type CancelText = 'Cancel' | 'Delete' | 'Exit' | 'No';
0 commit comments