mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
4 lines
76 B
JavaScript
4 lines
76 B
JavaScript
export default function ContentField({ field }) {
|
|
return field.content;
|
|
}
|