vee validate migration for commands, recorders and rooms should be complete -> not yet clear how virtual commands should work

This commit is contained in:
2020-07-31 16:33:48 +02:00
parent c0d6da48c9
commit f9dc51770f
3 changed files with 37 additions and 67 deletions

View File

@@ -3,7 +3,7 @@
// @ts-ignore
import Repository from './Repository';
const commandResource = '/command';
const commandResource = '/virtual_command';
import {dictEmptyValToNull} from '@/utils';