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