mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-30 02:00:10 +02:00
Fix settings updation for switches
This commit is contained in:
@@ -4,6 +4,7 @@ function hyphenate(text) {
|
||||
return text.replace(/\s/g, '-');
|
||||
}
|
||||
const ID_PREFIX = 'tab-panel-';
|
||||
|
||||
export function TabPanel({ label }) {
|
||||
return (
|
||||
<div
|
||||
|
Reference in New Issue
Block a user