Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 4623d31

Browse files
committed
Changed property to unrequired
1 parent ff011d0 commit 4623d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebViewer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</propertyGroup>
7474
</propertyGroup>
7575
<propertyGroup caption="UI">
76-
<property key="isVisible" type="attribute">
76+
<property key="isVisible" type="attribute" required="false">
7777
<caption>Is visible</caption>
7878
<description>A flag to toggle the visibility of WebViewer. Please use this option to hide WebViewer over the one in Common.</description>
7979
<attributeTypes>

0 commit comments

Comments
 (0)