We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9101e0e commit 5ca2c0cCopy full SHA for 5ca2c0c
site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage/IdpOrgSyncPageView.tsx
@@ -121,6 +121,7 @@ export const IdpOrgSyncPageView: FC<IdpSyncPageViewProps> = ({
121
/>
122
<Button
123
className="w-20"
124
+ type="submit"
125
disabled={form.isSubmitting || !form.dirty}
126
onClick={(event) => {
127
event.preventDefault();
@@ -193,9 +194,10 @@ export const IdpOrgSyncPageView: FC<IdpSyncPageViewProps> = ({
193
194
195
</div>
196
<div className="grid items-center gap-1">
- <div> </div>
197
+
198
199
className="mb-px"
200
201
disabled={!idpOrgName || coderOrgs.length === 0}
202
onClick={async () => {
203
const newSyncSettings = {
0 commit comments