F24d9 custom time format (#473)
* fix password reset bug * feat: time format in dat input * fix lint issues * fix time prefill, time format backend * fix time format in OpenDate --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -163,12 +163,11 @@
|
||||
<script>
|
||||
import Fuse from 'fuse.js'
|
||||
import clonedeep from 'clone-deep'
|
||||
import VSwitch from '../../../forms/components/VSwitch.vue'
|
||||
import OpenTable from '../../tables/OpenTable.vue'
|
||||
|
||||
export default {
|
||||
name: 'FormSubmissions',
|
||||
components: {OpenTable, VSwitch},
|
||||
components: {OpenTable},
|
||||
props: {},
|
||||
|
||||
setup() {
|
||||
|
||||
Reference in New Issue
Block a user