mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fix CitationsList default prop.
This commit is contained in:
@@ -18,7 +18,7 @@ const outputFormats = Object.freeze({
|
||||
interface Props {
|
||||
id: string;
|
||||
source: string;
|
||||
simple: boolean;
|
||||
simple?: boolean;
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
|
||||
Reference in New Issue
Block a user