Skip to content

Commit 5895ac6

Browse files
Fix custom sms gateway cannot be disabled because no save button
ref DEV-2513
2 parents e42d191 + fc7dfda commit 5895ac6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

portal/src/graphql/portal/SMSProviderConfigurationScreen.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,11 @@ function SMSProviderConfigurationContent(props: {
10051005
)}
10061006
</div>
10071007
</>
1008-
) : null}
1008+
) : (
1009+
<div className={styles.widget}>
1010+
<FormSaveButton />
1011+
</div>
1012+
)}
10091013
</ScreenContent>
10101014
<ReauthDialog
10111015
isHidden={isReauthDialogHidden}

0 commit comments

Comments
 (0)