Skip to content

Commit b0bf307

Browse files
HuberTRoyCopilot
andauthored
Update src/components/GetEndpoint/index.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 8e5ea67 commit b0bf307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GetEndpoint/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ const GetEndpoint: FC<IProps> = ({ deploymentId, project, actionBtn, initialOpen
295295

296296
if (!isConsumerHostError(subscriptionRes.data)) {
297297
if (isNotSubscribed(subscriptionRes.data)) {
298-
// 没有订阅,创建新订阅
298+
// No subscription found, create new subscription
299299
const newSubscription = await createSubscription({ project_id: projectIdNumber });
300300

301301
if (!isConsumerHostError(newSubscription.data)) {

0 commit comments

Comments
 (0)