mutationFn: async()

in src/client/components/report_actions.tsx [34:38]


    mutationFn: async (label: string) => {
      return await jsonPostMutation(report.uuid, "/api/add_label.json", {
        label: label,
      });
    },