diff options
| -rw-r--r-- | Student/Dashboard.ui.qml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Student/Dashboard.ui.qml b/Student/Dashboard.ui.qml index 326303b..16e8064 100644 --- a/Student/Dashboard.ui.qml +++ b/Student/Dashboard.ui.qml @@ -30,6 +30,7 @@ Flickable {  			id: tableBody  			Layout.fillWidth: true  			height: 100 * count +			interactive: false  			model: ListModel {  				ListElement {  					title: qsTr("Building Scalable APIs with GraphQL")  |