Fix typo in create-scheduled-backup.blade.php

This commit is contained in:
Andras Bacsai 2024-04-25 12:59:25 +02:00
parent 672ad22e4f
commit b28611ed08

View File

@ -10,7 +10,7 @@
@endforeach
@endif
</x-forms.select>
<x-forms.button type="submit" @click="slideOverOpen=false">
<x-forms.button type="submit" @click="modalOpen=false">
Save
</x-forms.button>
</form>