This commit is contained in:
syuilo
2021-08-22 16:18:53 +09:00
parent 45fe754759
commit f64d3942d7
3 changed files with 2 additions and 3 deletions

View File

@ -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;
}) {