It's not confirmMessage, it's confirmContent (#53752)

This commit is contained in:
ThePotato97
2020-09-16 01:42:17 +03:00
committed by GitHub
parent 2c35d087b4
commit 115354be8e
+1 -1
View File
@@ -246,7 +246,7 @@ A button with an extra confirmation step, using native button component.
**Props:**
- See inherited props: [Button](#button)
- `confirmMessage: string` - Text to display after first click; defaults to "Confirm?"
- `confirmContent: string` - Text to display after first click; defaults to "Confirm?"
- `confirmColor: string` - Color to display after first click; defaults to "bad"
### `Button.Input`