Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 33becae

Browse files
author
Noah Lee
committed
Remove the discussion URL (#311)
1 parent a3501eb commit 33becae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/src/redux/deployment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const deployToSCM = createAsyncThunk<Deployment, void, { state: {deployme
9292
message.warn("Only write permission can deploy.", 3)
9393
} else if (e instanceof HttpUnprocessableEntityError) {
9494
const msg = <span>
95-
<span>It is unprocesable entity. Discussions <a href="https://github.com/gitploy-io/gitploy/discussions/64">#64</a></span><br/>
95+
<span>It is unprocesable entity.</span><br/>
9696
<span className="gitploy-quote">{e.message}</span>
9797
</span>
9898
message.error(msg, 3)

ui/src/redux/repoDeploy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export const deploy = createAsyncThunk<void, void, { state: {repoDeploy: RepoDep
297297
message.warn("Only write permission can deploy.", 3)
298298
} else if (e instanceof HttpUnprocessableEntityError) {
299299
const msg = <span>
300-
<span>It is unprocesable entity. Discussions <a href="https://github.com/gitploy-io/gitploy/discussions/64">#64</a></span><br/>
300+
<span>It is unprocesable entity.</span><br/>
301301
<span className="gitploy-quote">{e.message}</span>
302302
</span>
303303
message.error(msg, 3)

ui/src/redux/repoRollback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const rollback = createAsyncThunk<void, void, { state: {repoRollback: Rep
135135
message.warn("Only write permission can deploy.", 3)
136136
} else if (e instanceof HttpUnprocessableEntityError) {
137137
const msg = <span>
138-
<span>It is unprocesable entity. Discussions <a href="https://github.com/gitploy-io/gitploy/discussions/64">#64</a></span><br/>
138+
<span>It is unprocesable entity.</span><br/>
139139
<span className="gitploy-quote">{e.message}</span>
140140
</span>
141141
message.error(msg, 3)

0 commit comments

Comments
 (0)