mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-02 22:01:52 +00:00
Fixed coding styles
This commit is contained in:
@@ -59,4 +59,4 @@ export const ShortUrlCreation: FC<ShortUrlCreationProps> = ({ settings, setShort
|
||||
</FormGroup>
|
||||
</SimpleCard>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ export type TagFilteringMode = 'startsWith' | 'includes';
|
||||
|
||||
export interface ShortUrlCreationSettings {
|
||||
validateUrls: boolean;
|
||||
tagFilteringMode?: TagFilteringMode
|
||||
tagFilteringMode?: TagFilteringMode;
|
||||
}
|
||||
|
||||
export interface UiSettings {
|
||||
|
||||
Reference in New Issue
Block a user