File tree Expand file tree Collapse file tree
src/admin/automations/automations-list Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @codee-sh/medusa-plugin-automations " : patch
3+ ---
4+
5+ Update name in the column name
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export const AutomationsList = () => {
5050 const columns = useMemo (
5151 ( ) => [
5252 columnHelper . accessor ( "to" , {
53- header : "Name and description " ,
53+ header : "Name and descriptions " ,
5454 cell : ( { row } ) => {
5555 const tooltip = `Device (DB) ID: \n ${ row ?. original ?. id } `
5656 return (
@@ -71,7 +71,7 @@ export const AutomationsList = () => {
7171 < InformationCircleSolid />
7272 </ Tooltip >
7373 </ div >
74- < div className = "min- w-[180px] whitespace-normal text-xs " >
74+ < div className = "whitespace-normal text-xs max- w-[180px] min-w-[180px] " >
7575 < span > { row ?. original ?. description } </ span >
7676 </ div >
7777 </ div >
You can’t perform that action at this time.
0 commit comments