mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
fix wrong comment ordering
This commit is contained in:
@@ -24,12 +24,14 @@ type Props = {
|
||||
error: Error,
|
||||
config: Config,
|
||||
configUpdatePermission: boolean,
|
||||
|
||||
// dispatch functions
|
||||
modifyConfig: (config: Config, callback?: () => void) => void,
|
||||
// context objects
|
||||
t: string => string,
|
||||
fetchConfig: void => void,
|
||||
configReset: void => void,
|
||||
|
||||
// context objects
|
||||
t: string => string,
|
||||
history: History
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user