Sfoglia il codice sorgente

add todo comment to toastr ts

ryoji-s 3 anni fa
parent
commit
f1df5696c6
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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,