Skip to content

Commit

Permalink
Fix minor error in README.md. Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtangoo authored Feb 15, 2024
1 parent 150e81a commit a3ff955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ use Yii2\Extensions\DynamicForm\DynamicFormWidget;
</div>

<div class="form-group">
<?= Html::submitButton($modelAddress->isNewRecord ? 'Create' : 'Update', ['class' => 'btn btn-primary']) ?>
<?= Html::submitButton($modelCustomer->isNewRecord ? 'Create' : 'Update', ['class' => 'btn btn-primary']) ?>
</div>

<?php ActiveForm::end(); ?>
Expand Down

0 comments on commit a3ff955

Please sign in to comment.