Explorar el Código

:bug: 切换协作时清空studio过滤器

visuddhinanda hace 3 años
padre
commit
b826e66a8a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/pages/studio/channel/list.tsx

+ 1 - 0
dashboard/src/pages/studio/channel/list.tsx

@@ -483,6 +483,7 @@ const Widget = () => {
             onChange(key) {
               console.log("show course", key);
               setActiveKey(key);
+              setCollaborator(undefined);
               ref.current?.reload();
             },
           },