mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-21 07:49:55 +01:00
Autocomplete for namespaces (#1916)
Changes the "namespace" input in the repository creation form or the "rename repository" dialog to an autocomplete input. Of course this is only available for the "custom" namespace strategy.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
export type AutocompleteObject = {
|
||||
id: string;
|
||||
displayName: string;
|
||||
displayName?: string;
|
||||
};
|
||||
|
||||
export type SelectValue = {
|
||||
|
||||
Reference in New Issue
Block a user