Explorar o código

add todo comment to toastr ts

ryoji-s %!s(int64=3) %!d(string=hai) anos
pai
achega
f1df5696c6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      packages/app/src/client/util/toastr.ts

+ 2 - 1
packages/app/src/client/util/toastr.ts

@@ -37,7 +37,8 @@ export const toastWarning = (content: ToastContent, option: ToastOptions = toast
   toastrLegacy.warning(content, option);
 };
 
-
+// TODO: Delete legacy toastr if new toastr design completed.
+// see: https://redmine.weseek.co.jp/issues/117819
 const toastrLegacyOption = {
   error: {
     closeButton: true,