You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="The status of the item. [See more about status values here](https://view.monday.com/1073554546-ad9f20a427a16e67ded630108994c11b?r=use1).";
30
-
options=constants.STATUS_OPTIONS;
28
+
letdescription,options;
29
+
constcolumnOptions=columnData.find(({ id })=>id===column)?.settings_str;
console.log(`Error parsing options for column "${column}": ${err}`);
43
+
}
44
+
}
45
+
if(column.endsWith("status")){
46
+
description="A status value for the item. [See more about status values here](https://view.monday.com/1073554546-ad9f20a427a16e67ded630108994c11b?r=use1).";
0 commit comments