diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-22 16:18:53 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-22 16:18:53 +0900 |
| commit | f64d3942d7b3528557aa5aedb58d7f633b6e716b (patch) | |
| tree | 0df77b2453242e05e5fa9371a57500f23853fbda /src/client/os.ts | |
| parent | :art: (diff) | |
| download | misskey-f64d3942d7b3528557aa5aedb58d7f633b6e716b.tar.gz misskey-f64d3942d7b3528557aa5aedb58d7f633b6e716b.tar.bz2 misskey-f64d3942d7b3528557aa5aedb58d7f633b6e716b.zip | |
:art:
Diffstat (limited to 'src/client/os.ts')
| -rw-r--r-- | src/client/os.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/os.ts b/src/client/os.ts index 1e1d950a12..8125332798 100644 --- a/src/client/os.ts +++ b/src/client/os.ts @@ -215,7 +215,7 @@ export function modalPageWindow(path: string) { } export function dialog(props: { - type: 'error' | 'info' | 'success' | 'warning' | 'waiting' | 'help'; + type: 'error' | 'info' | 'success' | 'warning' | 'waiting'; title?: string | null; text?: string | null; }) { |