mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
Check if baseUrl is missing, update storyshots
This commit is contained in:
@@ -31,6 +31,7 @@ type Props = WithTranslation &
|
||||
DiffObjectProps & {
|
||||
diff: File[];
|
||||
changesetId?: string;
|
||||
baseUrl?: string;
|
||||
};
|
||||
|
||||
class Diff extends React.Component<Props> {
|
||||
|
||||
Reference in New Issue
Block a user