Explorar el Código

默认选中为view而不是protocol

sw hace 6 días
padre
commit
09dd38f86a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/states/patient/register/SelectionTypeSlice.ts

+ 1 - 1
src/states/patient/register/SelectionTypeSlice.ts

@@ -7,7 +7,7 @@ interface SelectionState {
 }
 
 const initialState: SelectionState = {
-  selected: 'protocol',
+  selected: 'view',
 };
 
 const selectionSlice = createSlice({