mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 02:31:14 +01:00
refactor UI
This commit is contained in:
@@ -285,6 +285,12 @@ export function importRepoFailure(err: Error): Action {
|
||||
};
|
||||
}
|
||||
|
||||
export function importRepoReset(): Action {
|
||||
return {
|
||||
type: IMPORT_REPO_RESET
|
||||
};
|
||||
}
|
||||
|
||||
// create repo
|
||||
|
||||
export function createRepo(
|
||||
|
||||
Reference in New Issue
Block a user