Skip to content

Commit 5025fa1

Browse files
committed
fix: allow action to be empty string
1 parent 45629b5 commit 5025fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/projectMembers/update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import util from '../../util';
1111
import { EVENT, RESOURCES, PROJECT_MEMBER_ROLE, COPILOT_REQUEST_STATUS, COPILOT_OPPORTUNITY_STATUS, COPILOT_APPLICATION_STATUS, USER_ROLE, CONNECT_NOTIFICATION_EVENT, TEMPLATE_IDS } from '../../constants';
1212
import { PERMISSION, PROJECT_TO_TOPCODER_ROLES_MATRIX } from '../../permissions/constants';
1313
import { createEvent } from '../../services/busApi';
14+
import { getCopilotTypeLabel } from '../../utils/copilot';
1415

1516

1617
/**

0 commit comments

Comments
 (0)