Browse Source

add resType="wbw" in TagsArea

visuddhinanda 2 years ago
parent
commit
9bc34cb5c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/Wbw/WbwPali.tsx

+ 1 - 1
dashboard/src/components/template/Wbw/WbwPali.tsx

@@ -356,7 +356,7 @@ const WbwPaliWidget = ({
     return (
     return (
       <div className="pali_shell" ref={divShell}>
       <div className="pali_shell" ref={divShell}>
         <div style={{ position: "absolute", marginTop: -24 }}>
         <div style={{ position: "absolute", marginTop: -24 }}>
-          <TagsArea resId={data.uid} data={tags} max={1} />
+          <TagsArea resId={data.uid} resType="wbw" data={tags} max={1} />
         </div>
         </div>
         <span className="pali_shell_spell">
         <span className="pali_shell_spell">
           {data.grammarId ? (
           {data.grammarId ? (