Skip to content

Commit

Permalink
lock site management to provider-managed (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
soson authored Oct 29, 2021
1 parent c57034f commit 8344e75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ const VpnSiteForm: FC<Props> = ({ site, qosProfiles, onSubmit, onCancel }) => {
variant="filled"
name="site-management-type"
value={siteState.siteManagementType}
disabled
onChange={(event) => {
setSiteState({
...siteState,
Expand Down

0 comments on commit 8344e75

Please sign in to comment.