Skip to content

Commit

Permalink
fixing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dottyy committed May 30, 2024
1 parent 5855ad8 commit dc385a2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ const StatusDisplay = ({ titleStatus = "Polygon", mutate, refresh, name, record,
content={contentStatus}
onConfirm={async (text: any, opt) => {
const option = menuOptionsMap[titleStatus].find(option => option.value === opt[0]);
let response;
try {
response = await mutate({
const response = await mutate({
pathParams: { uuid: record?.uuid },
body: {
status: option?.status,
Expand Down

0 comments on commit dc385a2

Please sign in to comment.