+ {geoError && (
+
+ {t(geoError)}
+
+ )}
+ {createError && (
+
+ {createError}
+
+ )}
+
setName(e.target.value)}
+ />
+
+
+ {durationLabel(duration, t)}
+
+ setDuration(v)}
+ min={1}
+ max={24}
+ step={null}
+ marks={DURATION_MARKS}
+ size="small"
+ valueLabelDisplay="off"
+ sx={{ color: '#237BFF' }}
+ />
+
+
+ )}
+