mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: Port forward button (#4238)
This commit is contained in:
@@ -125,7 +125,7 @@ export const PortForwardButton: React.FC<PortForwardButtonProps> = (props) => {
|
||||
<Cond condition={host !== ""}>
|
||||
<EnabledView {...props} />
|
||||
</Cond>
|
||||
<Cond condition={host === ""}>
|
||||
<Cond>
|
||||
<DisabledView {...props} />
|
||||
</Cond>
|
||||
</ChooseOne>
|
||||
|
||||
Reference in New Issue
Block a user