Merge pull request #2127 from automatisch/AUT-1231

feat: add error snackbar when creating or updating saml auth provider
This commit is contained in:
Ali BARIN
2024-10-22 12:13:05 +02:00
committed by GitHub
3 changed files with 31 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ function SamlConfiguration({ provider, providerLoading }) {
'data-test': 'snackbar-save-saml-provider-success',
},
});
} catch (error) {
} catch {
throw new Error('Failed while saving!');
}
};