Skip to content

Commit 0af7386

Browse files
committed
Merge branch 'small-fixes' of https://github.com/AllanKoder/ComputerScienceResources.com into small-fixes
2 parents 9a4b533 + 172e93a commit 0af7386

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

resources/js/Components/Resources/Reviews/CreateResourceReview.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ const formFields = [
6464
"cons",
6565
];
6666
67-
const { isSavedToLocalStorage, hasFormContent, clearLocalStorage } =
68-
useLocalStorageSaver(form, props.resourceId, formFields, "review-draft");
67+
const { isSavedToLocalStorage, hasFormContent, clearLocalStorage } = useLocalStorageSaver(form, props.resourceId, formFields, "review-draft");
6968
7069
const isSubmitting = ref(false);
7170
const error = ref(null);

0 commit comments

Comments
 (0)