fix(NetworkConfigManager): update button click handler to use arrow function for improved readability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m15s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m15s
This commit is contained in:
@@ -5389,7 +5389,7 @@ function NetworkConfigManager() {
|
||||
<button
|
||||
type="button"
|
||||
className="btn btn-success"
|
||||
onClick={handleApplyMikrotikViaApi}
|
||||
onClick={() => handleApplyMikrotikViaApi()}
|
||||
disabled={applyLoading}
|
||||
>
|
||||
{applyLoading ? 'Выполнение...' : (applyDryRun ? 'Показать план' : 'Применить')}
|
||||
|
||||
Reference in New Issue
Block a user