File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require (
88 github.com/chaitin/ModelKit/v2 v2.0.6
99 github.com/doquangtan/socket.io/v4 v4.0.8
1010 github.com/golang-migrate/migrate/v4 v4.18.3
11+ github.com/google/go-github/v74 v74.0.0
1112 github.com/google/uuid v1.6.0
1213 github.com/google/wire v0.6.0
1314 github.com/labstack/echo/v4 v4.13.4
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5a
164164github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
165165github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
166166github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
167+ github.com/google/go-github/v74 v74.0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM =
168+ github.com/google/go-github/v74 v74.0.0 /go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
167169github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
168170github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
169171github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ const EmloyeeModal = ({
218218 value = { item }
219219 control = { < Radio /> }
220220 label = { item }
221- disabled = { item !== ConstsRepoPlatform . RepoPlatformGitLab }
221+ disabled = { item !== ConstsRepoPlatform . RepoPlatformGitLab && item !== ConstsRepoPlatform . RepoPlatformGitHub }
222222 />
223223 ) ) }
224224 </ RadioGroup >
You can’t perform that action at this time.
0 commit comments