Skip to content
Snippets Groups Projects

Set defaults for cleanup policy regexes

Merged Steve Abrams requested to merge cleanup_policy_regex_defaults into master
Compare and
16 files
+ 100
12
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -117,8 +117,9 @@ export default {
const errorMessage = data?.updateContainerExpirationPolicy?.errors[0];
if (errorMessage) {
this.$toast.show(errorMessage, { type: 'error' });
} else {
this.$toast.show(UPDATE_SETTINGS_SUCCESS_MESSAGE, { type: 'success' });
}
this.$toast.show(UPDATE_SETTINGS_SUCCESS_MESSAGE, { type: 'success' });
})
.catch(error => {
this.setApiErrors(error);
Loading