Skip to content

Commit

Permalink
fix: miss index when upload intention
Browse files Browse the repository at this point in the history
  • Loading branch information
530051970 committed Dec 4, 2024
1 parent bb5444f commit 96ffbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/portal/src/pages/components/AddIntention.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState } from 'react';
import { useState } from 'react';
import { format } from 'date-fns';
import { axios } from 'src/utils/request';
import {
Expand Down

0 comments on commit 96ffbb0

Please sign in to comment.