Skip to content

Commit

Permalink
adjust ProgressBar props to fix console errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Dec 4, 2024
1 parent 69ae867 commit 53c8fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/ProgressBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import { BProgress, BProgressBar } from "bootstrap-vue";
interface Props {
total: number;
total?: number;
note: string;
loading: boolean;
loading?: boolean;
okCount?: number;
runningCount?: number;
newCount?: number;
Expand Down

0 comments on commit 53c8fb5

Please sign in to comment.