1
This commit is contained in:
@@ -186,7 +186,7 @@ export default function RunTest({ nodeId }) {
|
||||
<TableCell>
|
||||
<div className="flex items-center gap-2 font-medium">
|
||||
<Input
|
||||
className="npcInput1"
|
||||
className="npcInput4"
|
||||
disabled={['all', 'row'].includes(runningType)}
|
||||
placeholder={t('test.testCases')}
|
||||
value={question.q}
|
||||
@@ -226,7 +226,7 @@ export default function RunTest({ nodeId }) {
|
||||
{questions.length < 20 && <TableCell>
|
||||
<div className="flex items-center gap-2 font-medium min-w-52">
|
||||
<Input
|
||||
className="npcInput1"
|
||||
className="npcInput4"
|
||||
placeholder={t('test.testCases')}
|
||||
onKeyDown={(e) => {
|
||||
if (e.key === 'Enter') {
|
||||
|
||||
Reference in New Issue
Block a user