mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 11:03:50 +00:00
Ensured short URL title can be resetted after creation
This commit is contained in:
@@ -3,7 +3,7 @@ import { Nullable, OptionalString } from '../../utils/utils';
|
||||
export interface EditShortUrlData {
|
||||
longUrl?: string;
|
||||
tags?: string[];
|
||||
title?: string;
|
||||
title?: string | null;
|
||||
validSince?: Date | string | null;
|
||||
validUntil?: Date | string | null;
|
||||
maxVisits?: number | null;
|
||||
|
||||
Reference in New Issue
Block a user