Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2999 | Rev 3274 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2999 Rev 3005
Línea 100... Línea 100...
100
        title={labels.my_coach}
100
        title={labels.my_coach}
101
        onAdd={() => addQuestion()}
101
        onAdd={() => addQuestion()}
102
        addLabel={labels.my_coach_question_add}
102
        addLabel={labels.my_coach_question_add}
103
      />
103
      />
Línea 104... Línea 104...
104
 
104
 
105
      <Grid container spacing={2} sx={{ pt: 1 }}>
105
      <Grid container spacing={2}>
106
        <Grid
106
        <Grid
107
          item
107
          item
108
          xs={12}
108
          xs
109
          md={3}
109
          md={3}
110
          sx={{
110
          sx={{
111
            display: { md: 'block', xs: 'none' }
111
            display: { md: 'block', xs: 'none' }
112
          }}
112
          }}
Línea 117... Línea 117...
117
            onChange={(value) => setParam('category_id', value)}
117
            onChange={(value) => setParam('category_id', value)}
118
            current={getParam('category_id')}
118
            current={getParam('category_id')}
119
          />
119
          />
120
        </Grid>
120
        </Grid>
Línea 121... Línea 121...
121
 
121
 
122
        <Grid item xs={12} md={9}>
122
        <Grid item xs md={9}>
123
          <Input
123
          <Input
124
            icon={<Search />}
124
            icon={<Search />}
125
            onChange={(e) => handleInputChange(e.target.value)}
125
            onChange={(e) => handleInputChange(e.target.value)}
126
            placeholder={labels.search}
126
            placeholder={labels.search}