mirror of
https://github.com/foss42/apidash.git
synced 2025-12-05 12:34:26 +08:00
UPDATED ENV SUBSTITUTION
This commit is contained in:
@@ -83,7 +83,7 @@ class _FormDataBodyState extends ConsumerState<FormDataWidget> {
|
||||
key: ValueKey("$selectedId-$index-form-row-$seed"),
|
||||
cells: <DataCell>[
|
||||
DataCell(
|
||||
EnvCellField(
|
||||
CellField(
|
||||
keyId: "$selectedId-$index-form-k-$seed",
|
||||
initialValue: formRows[index].name,
|
||||
hintText: kHintAddFieldName,
|
||||
|
||||
Reference in New Issue
Block a user