Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

ui: clear selected team after namespace creation #1946

Merged
merged 1 commit into from Aug 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -101,6 +101,7 @@
name: '',
team: this.teamName || '',
});
set(this, 'selectedTeam', '');

this.$bus.$emit('namespaceCreated', namespace);
this.$alert.$show(`Namespace '${namespace.name}' was created successfully`);
Expand Down