mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
fix(#117): possible fix for multi url creation
This commit is contained in:
@@ -271,7 +271,7 @@ function Form(): JSX.Element {
|
||||
|
||||
<div className={styles.validateSection}>
|
||||
<button
|
||||
type="submit"
|
||||
type="button"
|
||||
disabled={submitting || !isFormValid}
|
||||
onClick={handleApiKeyVerification}
|
||||
className={styles.validateButton}
|
||||
|
||||
@@ -316,7 +316,7 @@ function Form(): JSX.Element {
|
||||
</div>
|
||||
|
||||
<button
|
||||
type="submit"
|
||||
type="button"
|
||||
disabled={!isFormValid || isSubmitting}
|
||||
onClick={handleFormSubmit}
|
||||
className={styles.submitButton}
|
||||
|
||||
Reference in New Issue
Block a user