Explorar el Código

add isCreatePr={true}

visuddhinanda hace 2 años
padre
commit
a758bad73e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/components/template/SentEdit/SuggestionAdd.tsx

+ 1 - 0
dashboard/src/components/template/SentEdit/SuggestionAdd.tsx

@@ -34,6 +34,7 @@ const SuggestionAddWidget = ({ data, onCreate }: IWidget) => {
           <SentCellEditable
             data={sentData}
             isPr={true}
+            isCreatePr={true}
             onClose={() => {
               setIsEditMode(false);
             }}