We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2476ef8 commit a477063Copy full SHA for a477063
1 file changed
resources/js/components/fieldtypes/grid/Grid.vue
@@ -41,7 +41,7 @@
41
</element-container>
42
43
<confirmation-modal
44
- v-if="deletingRow"
+ v-if="deletingRow !== null"
45
:title="__('Delete Row')"
46
:body-text="__('Are you sure?')"
47
:button-text="__('Delete')"
0 commit comments