Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AmonDeShir committed Nov 26, 2024
1 parent 09ecd40 commit 858c8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Crud/CrudPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const [query, options] = useSorter(props.options, searchValue, props.customQueri
<div v-auto-animate class="flex flex-col gap-4 p-4">
<template v-if="newItemMode">
<slot name="newItem" :new-item-mode="newItemMode">
<CrudNewItem :new-item-data="newItemData" :resource-name="resoisSearchbarEmptyurceName" @done="newItemMode = false">
<CrudNewItem :new-item-data="newItemData" :resource-name="resourceName" @done="newItemMode = false">
<template #title="data">
<slot name="title" v-bind="data as any" />
</template>
Expand Down

0 comments on commit 858c8b8

Please sign in to comment.