mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
4 lines
76 B
JavaScript
4 lines
76 B
JavaScript
export default function ContentField({ field }) {
|
|
return field.content;
|
|
}
|